Aman-CERP/amanmcp
AmanMCP is a local-first RAG MCP server for developers - providing hybrid search (BM25 + semantic) over codebases for AI assistants like Claude Code and Cursor.
Platform-specific configuration:
{
"mcpServers": {
"amanmcp": {
"command": "npx",
"args": [
"-y",
"amanmcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...