🍺

BeerMan Dashboard

Welcome to your project's persistent intelligence hub. BeerMan acts as a memory bridge between planning sessions and coding agents.

Living Docs

Architecture, design rules, and roadmaps synced automatically from vector space.

Memory Timeline

Audit trail of agent updates, project milestones, and decisions logged in Supermemory.

🔌 Setup & Integration Guide

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"
      }
    }
  }
}