Serversio.github.vfa-khuongdv/mcp-backlog
B

io.github.vfa-khuongdv/mcp-backlog

io.github.vfa-khuongdv/mcp-backlog · v1.0.0
▦ npm
v1.0.0npm npm: @duongkhuong/mcp-backlog↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.vfa-khuongdv/mcp-backlog",
  "description": "MCP server for Backlog API integration with AI agents.",
  "repository": {
    "url": "https://github.com/vfa-khuongdv/mcp-backlog",
    "source": "github"
  },
  "version": "1.0.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@duongkhuong/mcp-backlog",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Backlog instance URL (e.g., your-space-id.backlog.com)",
          "isRequired": true,
          "format": "string",
          "name": "BACKLOG_HOST"
        },
        {
          "description": "Your Backlog API key from account settings",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BACKLOG_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}