# Vercel Grep (verified)

Search millions of public GitHub repositories for real-world code patterns and API implementations. Find production-ready examples of syntax, configurations, and library integrations to improve your …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add vercel/grep

# Browse available tools
npx -y @smithery/cli@latest tool list vercel/grep

# Get full schema for a tool
npx -y @smithery/cli@latest tool get vercel/grep searchGitHub

# Call a tool
npx -y @smithery/cli@latest tool call vercel/grep searchGitHub '{}'
```

## Direct MCP Connection

Endpoint: `https://grep--vercel.run.tools`

## Tools (1)

- `searchGitHub` — Find real-world code examples from over a million public GitHub repositories to help answer programming questions.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get vercel/grep <tool-name>
```
