metabrain for Cursor
io.github.ariaxhan/metabrain
MCP server giving AI agents persistent SQLite memory that proves which lessons hold.
client:Cursor
transport:stdio
runtime:pypi
Install metabrain in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"metabrain": {
"type": "stdio",
"command": "uvx",
"args": [
"metabrain"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs