ahamcpserver

package module
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 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!.

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>"
			}
		}
	}
}

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