Loading languages...
RE

restate-mcp-server

@pcholakov3

Restate Admin MCP server

restate
admin-api
cloud
tools

Restate operations MCP server

This is an MCP server that exposes the Restate Admin API as tools over MCP.

Running

Build the server:

npm run clean-install && npm run build

Register the MCP server:

{
  "mcpServers": {
    "restate": {
      "command": "node",
      "args": [".../restate-mcp-server/dist/index.js"]
    }
  }
}

What can it do?

At the moment, support is still very basic - tools cover the most common

  • Manage services and deployments, including updating configuration settings
  • List, cancel/kill service invocations
  • Query KV state and other attributes exposed via the introspection schema

Things to try:

Can you list my Restate services?

Deploy a service running at ...

Update idempotency retention to ...

# mcpServer Config

{
  "mcpServers": {
    "restate": {
      "command": "node",
      "args": [
        ".../restate-mcp-server/dist/index.js"
      ]
    }
  }
}

# stdio

node dist/index.js
Transport:
stdio
Language:
TypeScript
Created: 4/20/2025
Updated: 2/3/2026