← Back to Plugins
MCP Server MCP

Rustpad MCP Server

github By github 👁 1 views ▲ 0 votes

MCP server for Rustpad, the self-hosted collaborative text editor

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm oci

Comments

Sign in to leave a comment

Loading comments...