Skip to content
Cursor

Seal for Cursor

io.github.aurumflux20/seal

Stops agents double-charging across processes: exactly one execution, confirmed by the provider.

client:Cursor transport:stdio runtime:pypi

Install Seal in Cursor

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

{
  "mcpServers": {
    "seal": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "seal-kernel"
      ]
    }
  }
}

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

Seal in other clients