MCP Server
MCP
io.github.gitscrum-core/mcp-server
MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI
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
By
Comments
Sign in to leave a comment