the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ni-c/rustpad-mcp",
"description": "MCP server for Rustpad, the self-hosted collaborative text editor",
"title": "Rustpad MCP Server",
"repository": {
"url": "https://github.com/ni-c/rustpad-mcp",
"source": "github"
},
"version": "0.1.1",
"websiteUrl": "https://rustpad-mcp.ni-c.de",
"packages": [
{
"registryType": "npm",
"identifier": "rustpad-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Rustpad instance, e.g. https://rustpad.example.net",
"isRequired": true,
"format": "string",
"name": "RUSTPAD_URL"
},
{
"description": "Exactly 'true' registers only the 3 read tools",
"format": "string",
"name": "RUSTPAD_READ_ONLY"
},
{
"description": "Exactly 'true' accepts a self-signed certificate, scoped to this connection",
"format": "string",
"name": "RUSTPAD_INSECURE_TLS"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/ni-c/rustpad-mcp:0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Rustpad instance, e.g. https://rustpad.example.net",
"isRequired": true,
"format": "string",
"name": "RUSTPAD_URL"
},
{
"description": "Exactly 'true' registers only the 3 read tools",
"format": "string",
"name": "RUSTPAD_READ_ONLY"
},
{
"description": "Exactly 'true' accepts a self-signed certificate, scoped to this connection",
"format": "string",
"name": "RUSTPAD_INSECURE_TLS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-18T23:01:31.354109Z",
"publishedAt": "2026-08-18T23:01:31.354109Z",
"updatedAt": "2026-08-18T23:01:31.354109Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.