Sealgate
Rank #19,007io.github.Edison-Watch/sealgate-mcp
Sealgate gateway proxy: list governed MCP servers and review agent session and audit status.
Sealgate is a Model Context Protocol (MCP) server published by Edison-Watch. It ranks #19,007 of 115,591 servers tracked on MCP Toplist. Sealgate is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 19, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 96,584 of 115,591 servers on MCP Toplist.
Use Sealgate
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http sealgate-mcp https://mcp.sealgate.ai/mcp/%7Bapi_key%7D/?client={label}claude mcp add sealgate-mcp -e "SEALGATE_GATEWAY_URL=<your SEALGATE_GATEWAY_URL>" -e "SEALGATE_API_KEY=<your SEALGATE_API_KEY>" -- npx -y @sealgate/mcpReplace each placeholder with your own value before saving.
[mcp_servers.sealgate-mcp]
url = "https://mcp.sealgate.ai/mcp/%7Bapi_key%7D/?client={label}"Add to ~/.codex/config.toml.
[mcp_servers.sealgate-mcp]
command = "npx"
args = ["-y", "@sealgate/mcp"]
[mcp_servers.sealgate-mcp.env]
SEALGATE_GATEWAY_URL = "<your SEALGATE_GATEWAY_URL>"
SEALGATE_API_KEY = "<your SEALGATE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.sealgate.ai/mcp/%7Bapi_key%7D/?client={label}Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"sealgate-mcp": {
"command": "npx",
"args": [
"-y",
"@sealgate/mcp"
],
"env": {
"SEALGATE_GATEWAY_URL": "<your SEALGATE_GATEWAY_URL>",
"SEALGATE_API_KEY": "<your SEALGATE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sealgate-mcp": {
"url": "https://mcp.sealgate.ai/mcp/%7Bapi_key%7D/?client={label}"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"sealgate-mcp": {
"command": "npx",
"args": [
"-y",
"@sealgate/mcp"
],
"env": {
"SEALGATE_GATEWAY_URL": "<your SEALGATE_GATEWAY_URL>",
"SEALGATE_API_KEY": "<your SEALGATE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sealgate-mcp": {
"type": "http",
"url": "https://mcp.sealgate.ai/mcp/%7Bapi_key%7D/?client={label}"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"sealgate-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sealgate/mcp"
],
"env": {
"SEALGATE_GATEWAY_URL": "<your SEALGATE_GATEWAY_URL>",
"SEALGATE_API_KEY": "<your SEALGATE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sealgate-mcp": {
"serverUrl": "https://mcp.sealgate.ai/mcp/%7Bapi_key%7D/?client={label}"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sealgate-mcp": {
"command": "npx",
"args": [
"-y",
"@sealgate/mcp"
],
"env": {
"SEALGATE_GATEWAY_URL": "<your SEALGATE_GATEWAY_URL>",
"SEALGATE_API_KEY": "<your SEALGATE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sealgate-mcp": {
"url": "https://mcp.sealgate.ai/mcp/%7Bapi_key%7D/?client={label}"
}
}
}{
"mcpServers": {
"sealgate-mcp": {
"command": "npx",
"args": [
"-y",
"@sealgate/mcp"
],
"env": {
"SEALGATE_GATEWAY_URL": "<your SEALGATE_GATEWAY_URL>",
"SEALGATE_API_KEY": "<your SEALGATE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Edison-Watch%2Fsealgate-mcp)<a href="https://mcptoplist.com/server/io.github.Edison-Watch%2Fsealgate-mcp"><img src="https://mcptoplist.com/badge/io.github.Edison-Watch%2Fsealgate-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Edison-Watch
Other servers by Edison-Watch
View all Edison-Watch servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Aug 19, 2026 |
Frequently asked questions
- Who maintains Sealgate?
- Sealgate is maintained by Edison-Watch, which publishes 3 MCP servers (1 total version) tracked on MCP Toplist.
- Is Sealgate listed on the Official MCP Registry?
- Yes — Sealgate is listed on the Official MCP Registry, alongside Glama.
- How many versions does Sealgate have?
- MCP Toplist tracks 1 version of Sealgate, most recently published on Aug 19, 2026.
- Where can I find the source code for Sealgate?
- The source code for Sealgate is hosted at github.com/Edison-Watch/sealgate-mcp.