Odel
Seal

Seal

Local
@aurumflux20PythonUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIseal-kernelv0.3.1

Run

uvx seal-kernel

MCP client config

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