# GitHub Code Search

Search millions of public GitHub repositories for real-world code patterns and implementation examples. Discover how developers use specific libraries and handle complex configurations in production …

## Quick Start

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

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

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

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

## Direct MCP Connection

Endpoint: `https://grep--arjunkmrm.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 arjunkmrm/grep <tool-name>
```
