Server data from the Official MCP Registry
Sealgate gateway proxy: list governed MCP servers and review agent session and audit status.
About
Sealgate gateway proxy: list governed MCP servers and review agent session and audit status.
Remote endpoints: streamable-http: https://mcp.sealgate.ai/mcp/{api_key}/?client={label}
Security Report
Valid MCP server (4 strong, 2 medium validity signals). 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry. Trust signals: 4 highly-trusted packages.
Endpoint verified · Requires authentication · 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: SEALGATE_GATEWAY_URL
Environment variable: SEALGATE_API_KEY
How to Install & Connect
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
Documentation
View on GitHubFrom the project's GitHub README.
Sealgate MCP Server
The Model Context Protocol (MCP) server for Sealgate, the AI data-leak-prevention platform: a security gateway and data firewall that sits between AI agents (Claude, ChatGPT, Cursor, Copilot) and your organisation's data and tools.
This server is a thin MCP proxy. It forwards a small set of tool calls to a
Sealgate gateway, which you configure with two environment variables.
Sealgate runs managed release hosts (the remote MCP gateway at mcp.sealgate.ai
and the Management API at dashboard.sealgate.ai), and demo or self-hosted orgs
run their own, so this bridge stays host-agnostic: you supply the URL and key.
Tools
| Tool | What it does |
|---|---|
list_mcp_servers | List the MCP servers governed by your Sealgate gateway, with access-control classification and connection status. |
get_session_status | Review recent agent sessions and audit events: what agents did, which data flowed, and any blocked actions. |
Configuration
Set two environment variables, both issued or hosted by your organisation:
| Variable | Description |
|---|---|
SEALGATE_GATEWAY_URL | Base URL of your Sealgate Management API (e.g. https://dashboard.sealgate.ai). |
SEALGATE_API_KEY | Sealgate API key from your dashboard. |
If either is unset, every tool returns a clear configuration message instead of
failing, so registry probes and --help never crash.
Install
Add the server to your MCP client. It runs over stdio via npx.
Claude Desktop, Cursor
{
"mcpServers": {
"sealgate": {
"command": "npx",
"args": ["-y", "@sealgate/mcp"],
"env": {
"SEALGATE_GATEWAY_URL": "https://dashboard.sealgate.ai",
"SEALGATE_API_KEY": "your-sealgate-api-key"
}
}
}
}
VS Code
{
"servers": {
"sealgate": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@sealgate/mcp"],
"env": {
"SEALGATE_GATEWAY_URL": "https://dashboard.sealgate.ai",
"SEALGATE_API_KEY": "your-sealgate-api-key"
}
}
}
}
Copy-paste configs also live in examples/.
Usage
# Run over stdio (default transport)
npx -y @sealgate/mcp
# Show usage
npx -y @sealgate/mcp --help
Set SEALGATE_MCP_TRANSPORT=http (with an optional PORT, default 3000) to
serve streamable HTTP instead of stdio.
Develop
Requires Bun.
bun install
bun run src/index.ts --help # run from source
bun test # run tests
bun run build # bundle to dist/
make ci # lint, typecheck, dead-code, and the rest
Links
- Website: https://sealgate.ai
- Docs: https://docs.sealgate.ai
- Contact: hello@sealgate.ai
License
MIT. Copyright GPU-EVM LTD (Sealgate). See LICENSE.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
FinAgent
Freeby mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
