grokify/aha-mcp-server
3.2
If you are the rightful owner of aha-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Aha! MCP Server is a Model Context Protocol server designed to integrate with Aha!, a popular product management software.
Aha! MCP Server
A Model Context Protocol server for Aha!.
Tools
- Comments
-
get_comment
: Get a specific comment
-
- Epics
-
get_epic
: Get a specific epic
-
- Features
-
get_feature
: Get a specific feature
-
- Goals
-
get_goal
: Get a specific goal
-
- Ideas
-
get_idea
: Get a specific idea
-
- Initiatives
-
get_initiative
: Get a specific initiative
-
- Key Results
-
get_key_result
: Get a specific key result
-
- Personas
-
get_persona
: Get a specific persona
-
- Releases
-
get_release
: Get a specific release
-
- Requirements
-
get_requirement
: Get a specific requirement
-
- Teams
-
get_team
: Get a specific team
-
- Users
-
get_user
: Get a specific user
-
- Workflows
-
get_workflow
: Get a specific workflow
-
Installation
% go install github.com/grokify/aha-mcp-server/cmd/aha-mcp-server@v0.3.0
Configuration
Configure with the following:
{
"mcpServers": {
"aha": {
"command": "aha-mcp-server",
"env": {
"AHA_API_TOKEN": "<your_aha_token>",
"AHA_DOMAIN": "<your_aha_subdomain>"
}
}
}
}
Other Aha! MCP Servers
- FOSS
- Official Aha! MCP Server (3 tools)
github.com/popand/aha-mcp
(4 tools)
- SaaS
- Zapier (2 tools)