Odel
Aha.io

Aha.io

Local
@cedricziel6TypeScriptMITUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@cedricziel/aha-mcpv5.2.0

Run

npx -y @cedricziel/aha-mcp

MCP client config

{
  "mcpServers": {
    "aha-io": {
      "command": "npx",
      "args": [
        "-y",
        "@cedricziel/aha-mcp"
      ]
    }
  }
}
Dockerghcr.io/cedricziel/aha-mcp:5.2.0

Run

docker run -i --rm ghcr.io/cedricziel/aha-mcp:5.2.0

MCP client config

{
  "mcpServers": {
    "aha-io": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/cedricziel/aha-mcp:5.2.0"
      ]
    }
  }
}
MCP Bundlehttps://github.com/cedricziel/aha-mcp/releases/download/aha-mcp-v5.2.0/aha-mcp-v5.2.0.mcpbv5.2.0

Distributed as an MCP bundle (`https://github.com/cedricziel/aha-mcp/releases/download/aha-mcp-v5.2.0/aha-mcp-v5.2.0.mcpb`) โ€” download it and import the bundle in your MCP client.