Code search MCP for Claude Code. Make entire codebase the context for any coding agent.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"claude-context": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-context"
]
}
}
}