ahamcpserver

package module
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2025 License: MIT Imports: 10 Imported by: 0

README

Aha! MCP Server

Build Status Lint Status Go Report Card Docs License

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)

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ListenAndServe

func ListenAndServe(ctx context.Context, opts *Options)

Types

type Options

type Options struct {
	HTTPAddr     string `short:"h" long:"http" description:"HTTP address: if set, use streamable HTTP at this address, instead of stdin/stdout"`
	AHASubdomain string
	AHAAPIKey    string
}

func NewOptionsEnv

func NewOptionsEnv() (*Options, error)

func (*Options) CheckCredentials

func (opts *Options) CheckCredentials() error

func (*Options) ReadEnvDefaults

func (opts *Options) ReadEnvDefaults()

Directories

Path Synopsis
cmd
aha-mcp-server command
cmd/build command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL