Welcome to your project's persistent intelligence hub. BeerMan acts as a memory bridge between planning sessions and coding agents.
Architecture, design rules, and roadmaps synced automatically from vector space.
Audit trail of agent updates, project milestones, and decisions logged in Supermemory.
Register the BeerMan MCP server globally to link your terminal or desktop agent. Add this block to your configurations file at:~/.gemini/config/mcp_config.json or~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"beerman": {
"command": "node",
"args": ["/absolute/path/to/project-beerman/packages/mcp-server/dist/index.js"],
"env": {
"SUPERMEMORY_API_KEY": "your_supermemory_api_key_here"
}
}
}
}