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 💡
edgeone-pages-mcp
An MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
lciesielski/mcp-salesforce-example
An MCP server that integrates with Salesforce to enable features like sending emails and deploying Apex code.
jasiekkk/jan-stripe
A remote MCP server without authentication deployed on Cloudflare Workers, connectable via SSE endpoint.
rae-mpc
MPC Server to connect your preferred model with rae-api.com
vercel-ai-docs
A Model Context Protocol (MCP) server that provides AI-powered search and querying capabilities for the Vercel AI SDK documentation. This project enables developers to ask questions about the Vercel AI SDK and receive accurate, contextualized responses based on the official documentation.
pgyer-mcp-server
PGYER平台的MCP服务器,支持应用上传、查询及版本管理