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
{
"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