Full AI context layer for coding agents — code-map, document RAG, shared memory, web crawl, git history. 300+ languages, one MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"basemind": {
"command": "cargo",
"args": [
"run",
"--",
"basemind"
]
}
}
}
Run in terminal:
claude mcp add basemind cargo run -- basemind
Add to .cursor/mcp.json:
{
"mcpServers": {
"basemind": {
"command": "cargo",
"args": [
"run",
"--",
"basemind"
]
}
}
}