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).
Run
npx -y @cedricziel/aha-mcp
MCP client config
{
"mcpServers": {
"aha-io": {
"command": "npx",
"args": [
"-y",
"@cedricziel/aha-mcp"
]
}
}
}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"
]
}
}
}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.