Skip to main content
Glama

Aha! MCP Server

by aakashrshah
docker-compose.yml390 B
services: # AHA MCP Server mcp-aha-service: build: . container_name: mcp-aha-service ports: - "9004:9004" environment: - AHA_API_TOKEN=<AHA_API_TOKEN> - AHA_DOMAIN=<AHA_DOMAIN> - MCP_TRANSPORT_TYPE=streamable-http - MCP_SERVER_AHA_HOST=0.0.0.0 - MCP_SERVER_AHA_PORT=9004 stdin_open: true tty: true restart: unless-stopped

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aakashrshah/aha-mcpy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server