the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Edison-Watch/sealgate-mcp",
"description": "Sealgate gateway proxy: list governed MCP servers and review agent session and audit status.",
"title": "Sealgate",
"repository": {
"url": "https://github.com/Edison-Watch/sealgate-mcp",
"source": "github"
},
"version": "0.1.2",
"websiteUrl": "https://sealgate.ai",
"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"
}
]
}
],
"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"
}
}
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-19T19:20:17.699121Z",
"publishedAt": "2026-08-19T19:20:17.699121Z",
"updatedAt": "2026-08-19T19:20:17.699121Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you calllocal · you run it yourselfversion 0.1.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.