Skip to content
Cursor

Aha.io for Cursor

io.github.cedricziel/aha-mcp

Search, read and update Aha.io ideas, features, epics, releases, goals and comments

client:Cursor transport:stdio runtime:npm

Install Aha.io in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "aha-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cedricziel/aha-mcp"
      ],
      "env": {
        "AHA_COMPANY": "<AHA_COMPANY>",
        "AHA_TOKEN": "<AHA_TOKEN>"
      }
    }
  }
}

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

Aha.io in other clients