{
"mcpServers": {
"aha-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Aha! product management SaaS service.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 23 days ago. 1 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
MCP Server for GCP environment for interacting with various Observability APIs.
MCP Server for kubernetes management commands
Model Context Protocol (MCP) server for Kubernetes and OpenShift
The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.
MCP Security Weekly
Get CVE alerts and security updates for Aha Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
[![Build Status][build-status-svg]][build-status-url] [![Go Report Card][goreport-svg]][goreport-url] [![Docs][docs-godoc-svg]][docs-godoc-url] [![License][license-svg]][license-url]
A comprehensive Model Context Protocol (MCP) server for Aha! that enables AI assistants to interact with your Aha! workspace data. This server provides 13 tools to retrieve and search various Aha! objects, making it easy to integrate Aha! data into AI workflows.
The Model Context Protocol is an open standard that enables AI assistants to securely connect to external data sources and tools. This Aha! MCP server acts as a bridge between AI assistants (like Claude) and your Aha! workspace.
This server provides the following tools to retrieve and search Aha! data:
| Category | Tool | Description |
|----------|------|-------------|
| Search | search_documents | Search for documents across your Aha! workspace using GraphQL |
| Comments | get_comment | Retrieve a specific comment by ID |
| Epics | get_epic | Retrieve a specific epic by ID |
| Features | get_feature | Retrieve a specific feature by ID |
| Goals | get_goal | Retrieve a specific goal by ID |
| Ideas | get_idea | Retrieve a specific idea by ID |
| Initiatives | get_initiative | Retrieve a specific initiative by ID |
| Key Results | get_key_result | Retrieve a specific key result by ID |
| Personas | get_persona | Retrieve a specific persona by ID |
| Releases | get_release | Retrieve a specific release by ID |
| Requirements | get_requirement | Retrieve a specific requirement by ID |
| Teams | get_team | Retrieve a specific team by ID |
| Users | get_user | Retrieve a specific user by ID |
| Workflows | get_workflow | Retrieve a specific workflow by ID |
All tools return JSON data including the requested object and HTTP status code.
go install github.com/grokify/aha-mcp-server/cmd/aha-mcp-server@v0.5.0
git clone https://github.com/grokify/aha-mcp-server.git
cd aha-mcp-server
go build ./cmd/aha-mcp-server
mycompany.aha.io, your domain is mycompany)Set the following environment variables:
export AHA_API_TOKEN="your_api_token_here"
export AHA_DOMAIN="your_aha_subdomain"
Add this to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"aha": {
"command": "aha-mcp-server",
"env": {
"AHA_API_TOKEN": "your_api_token_here",
"AHA_DOMAIN": "your_aha_subdomain"
}
}
}
}
For other MCP clients, configure them to run the aha-mcp-server command with the required environment variables.
Once configured, you can use natural language with your AI assistant to interact with Aha! data: