aha-mcp-server

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

  1. Comments
    • get_comment: Get a specific comment
  2. Epics
    • get_epic: Get a specific epic
  3. Features
    • get_feature: Get a specific feature
  4. Goals
    • get_goal: Get a specific goal
  5. Ideas
    • get_idea: Get a specific idea
  6. Initiatives
    • get_initiative: Get a specific initiative
  7. Key Results
    • get_key_result: Get a specific key result
  8. Personas
    • get_persona: Get a specific persona
  9. Releases
    • get_release: Get a specific release
  10. Requirements
    • get_requirement: Get a specific requirement
  11. Teams
    • get_team: Get a specific team
  12. Users
    • get_user: Get a specific user
  13. 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

  1. FOSS
    1. Official Aha! MCP Server (3 tools)
    2. github.com/popand/aha-mcp (4 tools)
  2. SaaS
    1. Zapier (2 tools)