rivet (MCP Server)

GitHub

Rivet Actors are the primitive for stateful workloads. Built for AI agents, collaborative apps, and durable execution.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "rivet": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-rivet"
      ]
    }
  }
}