Skip to content
Grok

release notes mcp for Grok

io.github.vaggeliskls/release-notes-mcp

A small, generic MCP server for combining GitHub/GitLab/Gitea releases into product release notes

client:Grok transport:stdio runtime:pypi

Install release notes mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "release-notes-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "release-notes-mcp"
      ],
      "env": {
        "RELEASE_MCP_CONFIG_JSON": "<RELEASE_MCP_CONFIG_JSON>",
        "RELEASE_MCP_CONFIG": "<RELEASE_MCP_CONFIG>",
        "TOKEN": "<TOKEN>",
        "PROVIDER": "<PROVIDER>",
        "BASE_URL": "<BASE_URL>"
      }
    }
  }
}

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 notes mcp in other clients