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 ...
Recommend MCP Servers 💡
aws-cognito-mcp-server
A Model Context Protocol (MCP) server implementation that connects to AWS Cognito for authentication and user management.
anandkumarpatel/remote-mcp-server
A remote Model Context Protocol (MCP) server designed to run on Cloudflare Workers, featuring OAuth login and demonstrating integration with MCP Inspector and Claude Desktop.
wuying_mcp_server
Alibaba Cloud's Wuying AgentBay is a cloud infrastructure providing a one-click configurable and serverless execution environment for AI Agent tasks, integrating tools via its MCP Server.
s3-mcp-server
An MCP server implementation that exposes AWS S3 data, including PDF documents, as resources and provides tools for listing buckets, listing objects, and retrieving objects, primarily for use with LLMs.
coda-mcp
MCP Server for Coda
@stakpak/mcp
A lightweight MCP server providing access to the Stakpak API.