@mycobrain/install
v1.2.5
Published
One command to connect Myco Brain to your AI agent — wires Claude Code, Cursor, Codex, Claude Desktop, or Windsurf and runs onboarding. Thin launcher for @mycobrain/mcp-server's installer.
Maintainers
Readme
@mycobrain/install
One command to connect Myco Brain — self-hosted, source-traceable memory for AI agents — to your coding agent.
# Boot the stack once (Postgres + pgvector + MCP server, no API keys):
git clone https://github.com/thegoodguysla/myco-brain.git && cd myco-brain && docker compose up -d
# Then wire your client and onboard, in one command:
npx @mycobrain/installIt detects your installed MCP clients and writes the right config for each, then runs onboarding so your agent can recall this project across sessions.
npx @mycobrain/install --client cursor # a specific client
npx @mycobrain/install --all # every supported client
npx @mycobrain/install --print # just print the snippet + agent instructionsSupported clients: Claude Code, Claude Desktop, Cursor, Codex, Windsurf (Continue, Zed, Cline via --print).
This is a thin launcher for the installer in @mycobrain/mcp-server. Learn more at github.com/thegoodguysla/myco-brain.
