Token导航 LogoToken导航TokenDH.com
SH
开发工具HTTP官方级别未说明来源级核验

ShadowGate MCP

MCP Server

Defensive MCP security gateway for AI agents. ShadowGate gates MCP tool calls, responses, manifests, trust identity, drift detection, and security reports before agents trust or execute external MCP …

工具数

公开资料未说明
JavaScriptHTTP开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:50

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add jossephibrahim/shadowgate-mcp

详细介绍

ShadowGate MCP

Defensive MCP security gateway for AI agents. ShadowGate gates MCP tool calls, responses, manifests, trust identity, drift detection, and security reports before agents trust or execute external MCP …

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add jossephibrahim/shadowgate-mcp

# Browse available tools
npx -y smithery tool list jossephibrahim/shadowgate-mcp

# Get full schema for a tool
npx -y smithery tool get jossephibrahim/shadowgate-mcp health_check

# Call a tool
npx -y smithery tool call jossephibrahim/shadowgate-mcp health_check '{}'

Direct MCP Connection

Endpoint: https://shadowgate-mcp--jossephibrahim.run.tools

Required config:

  • client_key (query) — Client key required for protected ShadowGate scan/gateway tools. Do not share publicly

Optional config:

  • admin_key (query) — Optional admin key for private admin tools. Leave empty for normal use.

Tools (26)

  • health_check — Return ShadowGate MCP health, version, and active policy.
  • scan_text — Scan arbitrary text for leaked secrets, prompt injection, risky commands, and sensitive file paths.
  • analyze_text
  • redact_secrets — Return the text with detected secrets and sensitive path snippets redacted.
  • get_risk_score — Return a 0-100 risk score for a text payload.
  • decide_policy — Return the policy decision for a payload: allow, redact, or block.
  • inspect_mcp_response — Scan a response returned by another MCP server before the agent trusts it.
  • inspect_mcp_tool_call — Scan an outgoing MCP tool call before execution.
  • gate_mcp_tool_call — Gateway decision for an outgoing MCP tool call.
  • gate_mcp_response — Gateway decision for an MCP response.
  • evaluate_mcp_transaction
  • inspect_tool_schema — Scan an MCP tool schema/description before allowing agents to use it.
  • review_mcp_manifest
  • scan_batch
  • simulate_policy_modes — Show how the same text would be handled under monitor, balanced, and strict modes.
  • get_policy — Return the active ShadowGate policy configuration.
  • set_policy_mode — Change ShadowGate policy mode: monitor, balanced, or strict.
  • get_recent_audit_events — Return recent ShadowGate audit events. Raw scanned text is never stored.
  • get_audit_summary — Return a summary of ShadowGate audit decisions, actions, categories, and severities.
  • create_security_report — Create a compact security report from recent audit events.
  • get_server_registry — Return the ShadowGate MCP server trust registry.
  • get_mcp_server_trust — Return trust status for a specific MCP server.
  • set_mcp_server_trust
  • approve_mcp_manifest_identity — Admin tool to approve and persist a manifest trust identity baseline.
  • get_data_paths — Return ShadowGate data directory paths for policy, registry, and audit logs.
  • get_security_config — Return ShadowGate admin-auth security configuration without exposing the raw key.
# Get full input/output schema for a tool
npx -y smithery tool get jossephibrahim/shadowgate-mcp 

目录标签

目录标签

JavaScriptHTTP开发工具

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

unknown

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPunknown部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP