← Back to Plugins
MCP Server MCP

Aha.io

github By github 👁 1 views ▲ 0 votes

Search, read and update Aha.io ideas, features, epics, releases, goals and comments

Homepage Verified source GitHub

Install

npx -y @cedricziel/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@cedricziel/aha-mcp",
      "version": "5.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Aha.io company subdomain, e.g. 'mycompany' for mycompany.aha.io",
          "isRequired": true,
          "format": "string",
          "name": "AHA_COMPANY"
        },
        {
          "description": "Aha.io API token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AHA_TOKEN"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/cedricziel/aha-mcp:5.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Aha.io company subdomain, e.g. 'mycompany' for mycompany.aha.io",
          "isRequired": true,
          "format": "string",
          "name": "AHA_COMPANY"
        },
        {
          "description": "Aha.io API token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AHA_TOKEN"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/cedricziel/aha-mcp/releases/download/aha-mcp-v5.2.0/aha-mcp-v5.2.0.mcpb",
      "version": "5.2.0",
      "fileSha256": "40e4d6ecfcbd3ce0c129bf1105621f7200835d99811cfcffd78f0723666ac487",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm oci mcpb

Comments

Sign in to leave a comment

Loading comments...