Installation¶
Requirements¶
- Go 1.24 or later
- An Aha! workspace with API access
- An Aha! API token
Install from Source¶
Build from Source¶
git clone https://github.com/grokify/aha-mcp-server.git
cd aha-mcp-server
go build ./cmd/aha-mcp-server
Verify Installation¶
Finding the Binary Path¶
If installed with go install¶
# Find GOPATH
go env GOPATH
# Binary is at $GOPATH/bin/aha-mcp-server
# Typically: ~/go/bin/aha-mcp-server
If built from source¶
Use the full path to where you built it: