anrgct/autodev-codebase
A vector embedding-based code semantic search tool with MCP server and multi-model integration. Can be used as a pure CLI tool. Supports Ollama for fully local embedding and reranking, enabling complete offline operation and privacy protection for your code repository
Platform-specific configuration:
{
"mcpServers": {
"autodev-codebase": {
"command": "npx",
"args": [
"-y",
"autodev-codebase"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...