Skip to content
VS Code

saga mcp for VS Code

io.github.spranab/saga-mcp

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

client:VS Code transport:stdio runtime:npm

Install saga mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "saga-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "saga-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

saga mcp in other clients