Stats
Actions
Tags
From Codebase Index
Runs locally to index codebases and provide semantic search capabilities to Claude, enabling context-aware code retrieval and analysis.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"codebase-index": {
"command": "npx",
"args": [
"-y",
"--package",
"opencode-codebase-index",
"opencode-codebase-index-mcp",
"--host",
"claude"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub helweg/opencode-codebase-index --plugin codebase-index