← Back to Plugins
MCP Server MCP

io.github.gitscrum-core/mcp-server

github By github 👁 1 views ▲ 0 votes

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

Homepage Verified source GitHub

Install

npx -y @gitscrum-studio/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@gitscrum-studio/mcp-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitScrum API base URL",
          "format": "string",
          "name": "GITSCRUM_API_URL"
        },
        {
          "description": "GitScrum API authentication token",
          "format": "string",
          "isSecret": true,
          "name": "GITSCRUM_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...