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 💡
@hardik-id/azure-resource-graph-mcp-server
Model Context Protocol (MCP) server that provides access to Azure Resource Graph queries. It allows you to retrieve information about Azure resources across your subscriptions using Resource Graph queries.
aws-mcp-server
A lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
@mingdaocloud/hap-mcp
HAP MCP Server by MingdaoCloud enabling seamless AI integration with HAP application APIs via stdio and SSE transports
adls2-mcp-server
A Model Context Protocol (MCP) server implementation for Azure Data Lake Storage Gen2, providing a standardized interface for file operations.
@auth0/auth0-mcp-server
The Auth0 MCP Server integrates with LLMs and AI agents, allowing natural language interaction to perform various Auth0 management operations such as creating applications, managing APIs, deploying actions, and listing logs.
blue-bridge
An MCP server that provides sample prompts and recipes for querying and managing Azure resources, including Grafana, Data Explorer, Resource Graph, and Resource Manager, with zero-secret authentication.