← Back to Plugins
MCP Server MCP

Sealgate

github By github 👁 1 views ▲ 0 votes

Sealgate gateway proxy: list governed MCP servers and review agent session and audit status.

Homepage Verified source GitHub

Install

npx -y @sealgate/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.sealgate.ai/mcp/{api_key}/?client={label}",
      "variables": {
        "api_key": {
          "description": "Sealgate API key issued from your dashboard, passed as a URL path segment (not an Authorization header and not OAuth).",
          "isRequired": true,
          "isSecret": true
        },
        "label": {
          "description": "Optional client session label used to tag the connection.",
          "default": "mcp"
        }
      }
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@sealgate/mcp",
      "version": "0.1.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of your Sealgate Management API (e.g. https://dashboard.sealgate.ai).",
          "isRequired": true,
          "name": "SEALGATE_GATEWAY_URL"
        },
        {
          "description": "Sealgate API key issued from your dashboard.",
          "isRequired": true,
          "isSecret": true,
          "name": "SEALGATE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...