🦭 SealGate MCP
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Documented (README)
claude mcp add sealgate-mcp -- npx -y @sealgate/mcp{
"mcpServers": {
"sealgate-mcp": {
"command": "npx",
"args": ["-y", "@sealgate/mcp"]
}
}
}MCP Servers overview
# Sealgate MCP Server
[](https://modelcontextprotocol.io)
[](https://www.npmjs.com/package/@sealgate/mcp)
[](LICENSE)
The Model Context Protocol (MCP) server for [Sealgate](https://sealgate.ai),
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
```json
{
"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
```json
{
"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/`](examples/).
## Usage
```bash
# 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](https://bun.sh).
```bash
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](LICENSE).
What people ask about sealgate-mcp
What is Edison-Watch/sealgate-mcp?
+
Edison-Watch/sealgate-mcp is mcp servers for the Claude AI ecosystem. 🦭 SealGate MCP It has 0 GitHub stars and its last recorded update is dated 2026-08-19.
How do I install sealgate-mcp?
+
You can install sealgate-mcp by cloning the repository (https://github.com/Edison-Watch/sealgate-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is Edison-Watch/sealgate-mcp safe to use?
+
Our security agent has analyzed Edison-Watch/sealgate-mcp and assigned a Trust Score of 82/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains Edison-Watch/sealgate-mcp?
+
Edison-Watch/sealgate-mcp is maintained by Edison-Watch. The last recorded GitHub activity is dated 2026-08-19, with 0 open issues.
Are there alternatives to sealgate-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy sealgate-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/edison-watch-sealgate-mcp)<a href="https://claudewave.com/repo/edison-watch-sealgate-mcp"><img src="https://claudewave.com/api/badge/edison-watch-sealgate-mcp" alt="Featured on ClaudeWave: Edison-Watch/sealgate-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!