Skip to content
Zed

saga mcp for Zed

io.github.spranab/saga-mcp

Jira-like project tracker for AI agents with SQLite, full task hierarchy, and dashboard

client:Zed transport:stdio runtime:npm

Install saga mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "saga-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "saga-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

saga mcp in other clients