Skip to content

rustpad-mcpCollaborative pads your AI can read and edit alongside you

Give a model a pad in your self-hosted Rustpad: it reads, appends and search-replaces through the same operational-transformation protocol the browser uses — so its edits merge with yours instead of overwriting them.

rustpad-mcp architectureAn MCP client talks to rustpad-mcp over stdio; rustpad-mcp reads pads over HTTPS and writes them over the WebSocket operational-transformation protocol, so its edits merge with what humans type in the browser at the same time.MCP clientClaude, Codex, …rustpad-mcp8 toolsconfirm tokensread-only modeRustpadcollaborative padsstdioHTTPSWebSocket · OThumans edit the same pads live —the server transforms concurrent edits
One stdio server between the MCP client and Rustpad — reads over HTTPS, writes over the collaboration WebSocket, destructive calls gated by confirmation tokens.

See it in action

Demo of rustpad-mcp over the MCP inspector

Released under the MIT License.