Aha.io
Rank #6,333io.github.cedricziel/aha-mcp
Search, read and update Aha.io ideas, features, epics, releases, goals and comments
Aha.io is a Model Context Protocol (MCP) server published by cedricziel. It ranks #6,333 of 132,113 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Aha.io is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jan 12, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 125,780 of 132,113 servers on MCP Toplist.
Use Aha.io
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add aha-mcp -e "AHA_COMPANY=<your AHA_COMPANY>" -e "AHA_TOKEN=<your AHA_TOKEN>" -- npx -y @cedricziel/aha-mcpReplace each placeholder with your own value before saving.
claude mcp add aha-mcp -e "AHA_COMPANY=<your AHA_COMPANY>" -e "AHA_TOKEN=<your AHA_TOKEN>" -- docker run -i --rm ghcr.io/cedricziel/aha-mcp:5.2.0Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/cedricziel/aha-mcp/releases/download/aha-mcp-v5.2.0/aha-mcp-v5.2.0.mcpb` — install it through your client’s extension manager.
[mcp_servers.aha-mcp]
command = "npx"
args = ["-y", "@cedricziel/aha-mcp"]
[mcp_servers.aha-mcp.env]
AHA_COMPANY = "<your AHA_COMPANY>"
AHA_TOKEN = "<your AHA_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.aha-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/cedricziel/aha-mcp:5.2.0"]
[mcp_servers.aha-mcp.env]
AHA_COMPANY = "<your AHA_COMPANY>"
AHA_TOKEN = "<your AHA_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/cedricziel/aha-mcp/releases/download/aha-mcp-v5.2.0/aha-mcp-v5.2.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"aha-mcp": {
"command": "npx",
"args": [
"-y",
"@cedricziel/aha-mcp"
],
"env": {
"AHA_COMPANY": "<your AHA_COMPANY>",
"AHA_TOKEN": "<your AHA_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aha-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/cedricziel/aha-mcp:5.2.0"
],
"env": {
"AHA_COMPANY": "<your AHA_COMPANY>",
"AHA_TOKEN": "<your AHA_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/cedricziel/aha-mcp/releases/download/aha-mcp-v5.2.0/aha-mcp-v5.2.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"aha-mcp": {
"command": "npx",
"args": [
"-y",
"@cedricziel/aha-mcp"
],
"env": {
"AHA_COMPANY": "<your AHA_COMPANY>",
"AHA_TOKEN": "<your AHA_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aha-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/cedricziel/aha-mcp:5.2.0"
],
"env": {
"AHA_COMPANY": "<your AHA_COMPANY>",
"AHA_TOKEN": "<your AHA_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/cedricziel/aha-mcp/releases/download/aha-mcp-v5.2.0/aha-mcp-v5.2.0.mcpb` — install it through your client’s extension manager.
{
"servers": {
"aha-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cedricziel/aha-mcp"
],
"env": {
"AHA_COMPANY": "<your AHA_COMPANY>",
"AHA_TOKEN": "<your AHA_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"aha-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/cedricziel/aha-mcp:5.2.0"
],
"env": {
"AHA_COMPANY": "<your AHA_COMPANY>",
"AHA_TOKEN": "<your AHA_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/cedricziel/aha-mcp/releases/download/aha-mcp-v5.2.0/aha-mcp-v5.2.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"aha-mcp": {
"command": "npx",
"args": [
"-y",
"@cedricziel/aha-mcp"
],
"env": {
"AHA_COMPANY": "<your AHA_COMPANY>",
"AHA_TOKEN": "<your AHA_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aha-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/cedricziel/aha-mcp:5.2.0"
],
"env": {
"AHA_COMPANY": "<your AHA_COMPANY>",
"AHA_TOKEN": "<your AHA_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/cedricziel/aha-mcp/releases/download/aha-mcp-v5.2.0/aha-mcp-v5.2.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"aha-mcp": {
"command": "npx",
"args": [
"-y",
"@cedricziel/aha-mcp"
],
"env": {
"AHA_COMPANY": "<your AHA_COMPANY>",
"AHA_TOKEN": "<your AHA_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aha-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/cedricziel/aha-mcp:5.2.0"
],
"env": {
"AHA_COMPANY": "<your AHA_COMPANY>",
"AHA_TOKEN": "<your AHA_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/cedricziel/aha-mcp/releases/download/aha-mcp-v5.2.0/aha-mcp-v5.2.0.mcpb` — install it through your client’s extension manager.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.cedricziel%2Faha-mcp)<a href="https://mcptoplist.com/server/io.github.cedricziel%2Faha-mcp"><img src="https://mcptoplist.com/badge/io.github.cedricziel%2Faha-mcp.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
cedricziel
Other servers by cedricziel
View all cedricziel servers →Available versions (2)
| Version | Published |
|---|---|
| 5.2.0 | Aug 13, 2026 |
| 5.1.0 | Aug 12, 2026 |
Frequently asked questions
- Who maintains Aha.io?
- Aha.io is maintained by cedricziel, which publishes 2 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Aha.io listed on the Official MCP Registry?
- Yes — Aha.io is listed on the Official MCP Registry, alongside Glama.
- How many versions does Aha.io have?
- MCP Toplist tracks 2 versions of Aha.io, most recently published on Aug 13, 2026.
- Where can I find the source code for Aha.io?
- The source code for Aha.io is hosted at github.com/cedricziel/aha-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.