myco brain for VS Code
io.github.thegoodguysla/myco-brain
Self-hosted, source-traceable memory layer and MCP server for AI agents, on your own Postgres.
client:VS Code
transport:stdio
runtime:npm
Install myco brain in VS Code
.vscode/mcp.json
{
"servers": {
"myco-brain": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mycobrain/mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs