Brain
Freeby MCP Community
MCP server providing long-term memory for AI agents with semantic, graph, and temporal retrieval. Works with Claude Desktop, Claude Code, and Cursor.
v0.3.5Added Apr 12, 2026
mcpmodel-context-protocolmemoryaiagent
Brain MCP Server
MCP server providing long-term memory for AI agents with semantic, graph, and temporal retrieval. Works with Claude Desktop, Claude Code, and Cursor.
Installation
Reviews
Installation
Quick install
npx -y mcp-brain
Add to claude_desktop_config.json
{
"mcpServers": {
"brain": {
"command": "npx",
"args": ["-y", "mcp-brain"]
}
}
}