myco brain for Cursor
io.github.thegoodguysla/myco-brain
Self-hosted, source-traceable memory layer and MCP server for AI agents, on your own Postgres.
client:Cursor
transport:stdio
runtime:npm
Install myco brain in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"myco-brain": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mycobrain/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs