Skip to content
Grok

alphacouncil agent for Grok

io.github.zhao73/alphacouncil-agent

Simulated investment committee: 27 investor lenses read the same filings, debate, and a PM decides.

client:Grok transport:stdio runtime:npm

Install alphacouncil agent in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "alphacouncil-agent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "alphacouncil-agent"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

alphacouncil agent in other clients