Skip to content
Grok

saga mcp for Grok

io.github.spranab/saga-mcp

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

client:Grok transport:stdio runtime:npm

Install saga mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

saga mcp in other clients