mcp server for Zed
io.github.gitscrum-core/mcp-server
MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI
client:Zed
transport:stdio
runtime:npm
Install mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@gitscrum-studio/mcp-server"
],
"env": {
"GITSCRUM_API_URL": "<GITSCRUM_API_URL>",
"GITSCRUM_TOKEN": "<GITSCRUM_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs