Skip to content
VS Code

SEAL for VS Code

net.seal/mcp

Large files and secrets between people and agents, never through the chat or the model.

client:VS Code transport:stdio runtime:npm

Install SEAL in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sealnet-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

SEAL in other clients