MCP ExplorerExplorer

Restate Mcp Server

@pcholakovon a year ago
1 Apache-2.0
FreeCommunity
AI Systems
Restate Admin MCP server

Overview

What is Restate Mcp Server

The restate-mcp-server is an MCP server that exposes the Restate Admin API, providing tools for managing services and deployments.

Use cases

Use cases include listing Restate services, deploying services, and updating idempotency retention settings.

How to use

To use the restate-mcp-server, build the server using ‘npm run clean-install && npm run build’, and register it by adding the specified JSON configuration to your MCP server settings.

Key features

Key features include managing services and deployments, updating configuration settings, listing and canceling service invocations, and querying KV state and attributes via the introspection schema.

Where to use

The restate-mcp-server can be used in environments where service management and deployment are critical, such as cloud services, microservices architecture, and enterprise applications.

Content

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 …

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers