Sealgate MCP Server
Sealgate MCP Server
Сервер Model Context Protocol (MCP) для Sealgate — платформы предотвращения утечек данных на основе ИИ: защитный шлюз и межсетевой экран для данных, который располагается между ИИ-агентами (Claude, ChatGPT, Cursor, Copilot) и данными и инструментами вашей организации.
Этот сервер — тонкий MCP-прокси. Он пересылает небольшой набор вызовов инструментов на собственный шлюз Sealgate вашей организации, который вы настраиваете с помощью двух переменных окружения. Общего публичного эндпоинта Sealgate не существует: каждая организация запускает собственный шлюз, поэтому URL и ключ предоставляете вы.
Инструменты
Инструмент | Что делает |
| Список MCP-серверов, которыми управляет ваш шлюз Sealgate, с классификацией контроля доступа и статусом подключения. |
| Просмотр последних сеансов агентов и событий аудита: что делали агенты, какие данные передавались и какие действия были заблокированы. |
Related MCP server: SINT Protocol
Конфигурация
Задайте две переменные окружения, обе из которых выдаются или размещаются вашей организацией:
Переменная | Описание |
| Базовый URL вашего управляющего API Sealgate (например, |
| API-ключ Sealgate из вашей панели управления. |
Если хотя бы одна из них не задана, каждый инструмент возвращает понятное сообщение о конфигурации, а не ошибку, поэтому проверки реестра и --help никогда не приводят к сбою.
Установка
Добавьте сервер в ваш MCP-клиент. Он работает через stdio с помощью 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"
}
}
}
}Конфигурации для копирования также находятся в examples/.
Использование
# Run over stdio (default transport)
npx -y @sealgate/mcp
# Show usage
npx -y @sealgate/mcp --helpУстановите SEALGATE_MCP_TRANSPORT=http (и при необходимости PORT, по умолчанию 3000), чтобы вместо stdio предоставлять потоковый HTTP.
Разработка
Требуется 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Ссылки
Сайт: https://sealgate.ai
Документация: https://docs.sealgate.ai
Контакт: hello@sealgate.ai
Лицензия
MIT. Авторские права принадлежат GPU-EVM LTD (Sealgate). См. LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseNot gradedqualityAmaintenanceOpen-source MCP proxy that enforces security policies, content scanning, and audit logging between AI agents and tool servers25AGPL 3.0- AlicenseAqualityAmaintenanceSecurity-enforcing MCP proxy that sits between an AI agent and any number of downstream MCP servers, intercepting every tool call through a capability-token policy gateway that can allow, deny, or escalate to human approval before the call reaches any real tool. It also exposes built-in operator tools for approval workflows, audit trail queries, token management, voice/HUD output, and hierarchical2112Apache 2.0
- AlicenseNot gradedqualityAmaintenanceSecurity gateway for MCP tool calls. Sits between your LLM client and MCP servers, enforcing per-tool policies (allow/block/approve/read-only), logging every call, and pausing dangerous operations for human approval in terminal or Slack.21MIT
- AlicenseBqualityAmaintenanceA governance proxy for AI tools — every MCP/agent tool call is policy-gated, secret-redacted, and written to a hash-chained, offline-verifiable audit trail.13MIT
Related MCP Connectors
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.
Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Edison-Watch/sealgate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server