Skip to content
Cursor

alphacouncil agent for Cursor

io.github.zhao73/alphacouncil-agent

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

client:Cursor transport:stdio runtime:npm

Install alphacouncil agent in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

alphacouncil agent in other clients