claude-context (MCP Server)

GitHub

Code search MCP for Claude Code. Make entire codebase the context for any coding agent.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "claude-context": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-context"
      ]
    }
  }
}