Odel
myco brain

myco brain

Local
@thegoodguysla7TypeScriptApache-2.0Updated 2mo ago

Self-hosted, source-traceable memory layer and MCP server for AI agents, on your own Postgres.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mycobrain/mcp-serverv1.2.8

Run

npx -y @mycobrain/mcp-server

MCP client config

{
  "mcpServers": {
    "myco-brain": {
      "command": "npx",
      "args": [
        "-y",
        "@mycobrain/mcp-server"
      ]
    }
  }
}