shared-brain

mvrozanti/shared-brain
★ 0 stars Python 🤖 AI/LLM Updated today
AI-facilitated group brainstorm tool. Anthropic API in-app + MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "shared-brain": {
      "command": "uvx",
      "args": [
        "shared-brain"
      ]
    }
  }
}

Or install with pip: pip install shared-brain

README Excerpt

AI-facilitated group brainstorm tool. Anthropic API in-app + MCP server for external Claude clients. This repo is maintained by LLM agents. Start with `AGENTS.md`, then `PLAN.md`. ``` docker compose up ``` App at `http://localhost:8000`. MCP server at `localhost:8001` (stdio for desktop clients via `mcp_server/launcher.sh`).