Skip to content
Grok

release to tasks for Grok

io.github.apomt/release-to-tasks

Convert public release-note URLs into ordered, source-cited upgrade tasks.

client:Grok transport:stdio runtime:npm

Install release to tasks in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "release-to-tasks": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "release-to-tasks-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

release to tasks in other clients