Skip to content
Cursor

Sealed for Cursor

io.github.edwardyen724-g/sealed

Per-call paid skills for AI agents, run server-side: inputs in, outputs back. The body never ships.

client:Cursor transport:stdio runtime:npm

Install Sealed in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sealed": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sealed-mcp"
      ],
      "env": {
        "SEALED_API_URL": "<SEALED_API_URL>",
        "SEALED_API_KEY": "<SEALED_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Sealed in other clients