-
Notifications
You must be signed in to change notification settings - Fork 41
docs: Add Runpod MCP server updates to June 2026 release notes #708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,10 +31,22 @@ description: "New features, fixes, and improvements for the Runpod platform." | |
|
|
||
| You can now request a GPU that's currently out of capacity and get notified by email when it becomes available. Runpod saves your pod configuration so you can deploy immediately when capacity returns. | ||
|
|
||
| <h4><Badge color="green">New Release</Badge> Sign in with Runpod for the MCP server</h4> | ||
|
|
||
| You can now connect AI coding agents to a hosted [Runpod MCP server](/get-started/mcp-servers) over HTTP and authenticate with the "Sign in with Runpod" OAuth flow, so you no longer need to store a Runpod API key on disk. Local connections that use an API key continue to work as before. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The "Expanded MCP server tools and REST API v2" entry draws on the Source: runpod/runpod-mcp#50 |
||
|
|
||
| <h4><Badge color="green">New Release</Badge> Expanded MCP server tools and REST API v2</h4> | ||
|
|
||
| The [Runpod MCP server](/get-started/mcp-servers) now covers more of the platform: you can run and manage Serverless jobs, discover GPU types and data centers, and manage tags, billing, and endpoint workers through natural language. List results are now paginated, and the server defaults to the Runpod REST API v2. Note that `create-endpoint` now takes an image name and GPU pool instead of a template ID; set `RUNPOD_REST_VERSION=v1` to keep the previous behavior. | ||
|
|
||
| <h4><Badge color="blue">Improvement</Badge> Hub navigation consolidated</h4> | ||
|
|
||
| Hub navigation items are now consolidated into a single unified entry, making it easier to find templates and repos. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The "Guided install command" entry is based on the Source: runpod/runpod-mcp#33 |
||
|
|
||
| <h4><Badge color="blue">Improvement</Badge> Guided install command for the MCP server</h4> | ||
|
|
||
| Running `npx @runpod/mcp-server add` now detects your installed agents — Claude Code, Claude Desktop, Cursor, Windsurf, and VS Code — and writes the [MCP configuration](/get-started/mcp-servers) for each one you select. Run `remove` to undo those changes. | ||
|
|
||
| <h4><Badge color="red">Bug Fix</Badge> Billing records now show correct data for deleted resources</h4> | ||
|
|
||
| SKU, region, and creation timestamps now appear correctly in [billing views and exports](/pods/pricing) for deleted Pods and network volumes. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "Sign in with Runpod" entry is based on PR #27, which added the hosted Streamable HTTP transport and the OAuth "Sign in with Runpod" flow (stateless token passthrough, no API key stored on disk) while leaving the existing local stdio + API key mode unchanged. This shipped in
@runpod/mcp-server@1.3.0(npm publish 2026-06-18), placing it in the June 2026 section.Source: runpod/runpod-mcp#27