Brain Cache
Freeby MCP Community
Local MCP-first context engine for Claude. Index your codebase, retrieve only what matters, and cut token usage.
v3.6.2Added Apr 12, 2026
airagclaudemcpembeddings
Brain Cache MCP Server
Local MCP-first context engine for Claude. Index your codebase, retrieve only what matters, and cut token usage.
Installation
Reviews
Installation
Quick install
npx -y brain-cache
Add to claude_desktop_config.json
{
"mcpServers": {
"brain-cache": {
"command": "npx",
"args": ["-y", "brain-cache"]
}
}
}