edison-watch/sealgate
AI data leak prevention. Sealgate governs how AI agents (Claude, ChatGPT, Cursor, Copilot) access your data so organizations can adopt AI and connect it securely to real data, without data leaks. It acts as an MCP gateway and proxy with deterministic tool-call-level policy rules, session monitoring, shadow MCP server quarantine, and SIEM audit streaming.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sealgate/mcp"
],
"env": {
"SEALGATE_GATEWAY_URL": "${SEALGATE_GATEWAY_URL}",
"SEALGATE_API_KEY": "${SEALGATE_API_KEY}"
}
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "sealgate",
"version": "0.1.2",
"description": "AI data leak prevention. Sealgate governs how AI agents (Claude, ChatGPT, Cursor, Copilot) access your data so organizations can adopt AI and connect it securely to real data, without data leaks. It acts as an MCP gateway and proxy with deterministic tool-call-level policy rules, session monitoring, shadow MCP server quarantine, and SIEM audit streaming.",
"homepage": "https://sealgate.ai",
"keywords": [
"agentic-ai-security",
"mcp-security",
"mcp-gateway",
"data-leak-prevention",
"tool-call-governance"
],
"extensions": {
"ai.sealgate": {
"legalName": "GPU-EVM LTD",
"contact": "hello@sealgate.ai",
"documentationUrl": "https://docs.sealgate.ai",
"agentCardUrl": "https://sealgate.ai/.well-known/agent-card.json",
"aiCatalogUrl": "https://sealgate.ai/.well-known/ai-catalog.json",
"llmsTxtUrl": "https://sealgate.ai/llms.txt",
"npmPackage": "@sealgate/mcp",
"mcpRegistryName": "io.github.Edison-Watch/sealgate-mcp",
"mcp": {
"role": "Gateway/proxy, server management, daemon-based MCP configuration monitoring, and MCP server quarantine.",
"documentationUrl": "https://docs.sealgate.ai/en/docs/admin-guide/managing-servers",
"note": "This repository ships the @sealgate/mcp stdio bridge (see mcp.json). Sealgate also runs a managed remote MCP gateway over Streamable HTTP at mcp.sealgate.ai (see server.json remotes and .well-known/mcp/server-card.json); demo and self-hosted deployments route agents through their own Sealgate MCP gateway/proxy, scoped per organisation."
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- LICENSE
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- ai.sealgate