Sealed for Windsurf
io.github.edwardyen724-g/sealed
Per-call paid skills for AI agents, run server-side: inputs in, outputs back. The body never ships.
client:Windsurf
transport:stdio
runtime:npm
Install Sealed in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"sealed": {
"command": "npx",
"args": [
"-y",
"sealed-mcp"
],
"env": {
"SEALED_API_URL": "<SEALED_API_URL>",
"SEALED_API_KEY": "<SEALED_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs