bicameral-mcp

BicameralAI/bicameral-mcp
★ 5 stars Python 💻 Code/Dev Tools Updated today
Decision ledger MCP server — ingests meeting transcripts, maps decisions to code, tracks drift
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bicameral-mcp": {
      "command": "uvx",
      "args": [
        "bicameral-mcp"
      ]
    }
  }
}

Or install with pip: pip install bicameral-mcp