From codescope
Local stdio MCP server using codescope-mcp to automatically index the project directory (${CLAUDE_PROJECT_DIR:-.}) in the background for codebase exploration and search.
npx claudepluginhub onur-gokyildiz-bhi/codescope --plugin codescopeAdd to your .mcp.json:
{
"mcpServers": {
"codescope": {
"command": "codescope-mcp",
"args": [
"${CLAUDE_PROJECT_DIR:-.}",
"--auto-index-background"
]
}
}
}codescope-mcp