Sealgate MCP Server
Sealgate MCP Server
Sealgate를 위한 Model Context Protocol (MCP) 서버로, AI 데이터 유출 방지 플랫폼입니다: AI 에이전트(Claude, ChatGPT, Cursor, Copilot)와 조직의 데이터 및 도구 사이에 위치하는 보안 게이트웨이이자 데이터 방화벽입니다.
이 서버는 경량 MCP 프록시입니다. 조직의 자체 Sealgate 게이트웨이로 소수의 도구 호출을 전달하며, 두 개의 환경 변수로 구성합니다. 공유되는 공용 Sealgate 엔드포인트는 없습니다. 모든 조직이 자체 게이트웨이를 실행하므로 URL과 키를 직접 제공해야 합니다.
도구
도구 | 설명 |
| Sealgate 게이트웨이가 관리하는 MCP 서버 목록을 액세스 제어 분류 및 연결 상태와 함께 표시합니다. |
| 최근 에이전트 세션 및 감사 이벤트를 검토합니다: 에이전트가 수행한 작업, 이동한 데이터, 차단된 작업 등을 확인합니다. |
Related MCP server: SINT Protocol
구성
조직에서 발급하거나 호스팅하는 두 개의 환경 변수를 설정하세요:
변수 | 설명 |
| Sealgate 관리 API의 기본 URL (예: |
| 대시보드에서 발급받은 Sealgate API 키. |
둘 중 하나라도 설정되지 않으면 모든 도구는 실패하는 대신 명확한 구성 메시지를 반환하므로 레지스트리 프로브와 --help는 결코 충돌하지 않습니다.
설치
MCP 클라이언트에 서버를 추가하세요. npx를 통해 stdio로 실행됩니다.
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 --helpSEALGATE_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링크
라이선스
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