← Back to Plugins
MCP Server MCP

io.github.jyswee/buggazi

github By github 👁 1 views ▲ 0 votes

Project management for coding agents. Bugs, features, sprints. 73 tools stdio, 74 remote SSE.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "sse",
      "url": "https://mcp.buggazi.com/sse",
      "headers": [
        {
          "description": "Bearer token using your Buggazi API key: 'Bearer bgz_...'. Optional: without one the server starts in onboarding mode and can self-signup via the buggazi_signup tool.",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "buggazi",
      "version": "2.14.28",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "isRequired": true,
          "value": "mcp-serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Buggazi API key (bgz_...). Optional: without a key the server starts in onboarding mode and can self-signup.",
          "isSecret": true,
          "name": "BGZ_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol sse npm

Comments

Sign in to leave a comment

Loading comments...