mcp
Official GitScrum MCP Server: Full Agile & CRM context for AI Agents in Cursor, VS Code and Claude.
claude mcp add --transport stdio gitscrum-core-mcp-server npx -y @gitscrum-studio/mcp-server
How to use
GitScrum MCP Server turns your AI assistant into a fully capable Project Manager within your GitScrum workspace. It exposes a suite of MCP-compatible tools that let Claude, Cursor, Windsurf, Copilot, and other MCP clients perform project management tasks directly inside your environment. Core and planning tools cover tasks, sprints, user stories, epics, labels, discussions, notes, time tracking, and more, enabling assistants to read and modify tasks, plan timelines, track progress, and generate standups. When used with an MCP client, you can issue natural-language requests like creating a sprint with top backlog items, listing tasks due today, or generating a standup digest, and the server will translate them into the appropriate GitScrum actions through the integrated tools and APIs.
How to install
Prerequisites:
- Node.js 18+ installed on your machine
- npm or yarn available in your environment
- Internet access to fetch the MCP server package
Install and run locally (npm):
-
Install the MCP server (Self-hosted via npx): npx -y @gitscrum-studio/mcp-server
-
The server runs via stdio transport. Follow the quick start to configure your MCP client (Claude Desktop, VS Code, Cursor, etc.).
Configure your client (example):
-
Claude Desktop: Add to config: { "mcpServers": { "gitscrum": { "command": "npx", "args": ["-y", "@gitscrum-studio/mcp-server"] } } }
-
VS Code / Cursor: Add to .vscode/mcp.json or your MCP settings: { "servers": { "gitscrum": { "command": "npx", "args": ["-y", "@gitscrum-studio/mcp-server"] } } }
Authenticate with the server using the OAuth 2.0 Device Authorization flow described in the docs. Your AI client will prompt you to authorize in a browser; credentials are never shared with the MCP server.
Additional notes
Tips and guidance:
- The hosted SSE option is available for zero-install use from https://mcp.gitscrum.com/sse, ideal for Claude Desktop and other SSE clients.
- For local use, ensure you have Node.js 18+ installed and run the provided npx command to start the server.
- When configuring clients, you only need to provide the server under mcpServers with command and args, as shown in the quick start examples.
- The MCP server integrates with GitScrum’s APIs to provide tasks, sprints, time tracking, discussions, wiki, notes, client CRM, invoicing, and more; you can invoke these capabilities through the MCP tools. If you run into authorization issues, ensure the OAuth device flow completes in the browser and that your client is configured to point to the correct server endpoint.
Related MCP Servers
ls
List MCP Server configurations in your system used by AI applications like Cursor, Claude Desktop, VS Code and others
ncp
Natural Context Provider (NCP). Your MCPs, supercharged. Find any tool instantly, load on demand, run on schedule, ready for any client. Smart loading saves tokens and energy.
MCP s
A Model Context Protocol (MCP) server that provides AI assistants with access to Microsoft OneNote. This server enables AI models to read from and write to OneNote notebooks, sections, and pages.
perplexity-web-api
🔍 Perplexity AI MCP without API key
mcpd
A ~3MB MCP daemon that exposes any script as a tool for Claude, Cursor & AI assistants
mcp -nodejs-api-docs
MCP Server for Node.js API documentation