Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"codescope": {
"command": "codescope-mcp",
"args": [
"${CLAUDE_PROJECT_DIR:-.}",
"--auto-index-background"
]
}
}
}Server configuration and connection parameters
codescope-mcpCommand-line arguments passed to the server process
npx claudepluginhub onur-gokyildiz-bhi/codescope --plugin codescope