- Explore MCP Servers
- restate-mcp-server
Restate Mcp Server
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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 …
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










