MCP Server
io.github.josephibra/shadowgate-mcp MCP Server
io.github.josephibra/shadowgate-mcp
What is the io.github.josephibra/shadowgate-mcp MCP server?
Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.
How to install io.github.josephibra/shadowgate-mcp
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"shadowgate-mcp": {
"url": "https://shadowgate-mcp.mcp.xpay.sh/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"shadowgate-mcp": {
"serverUrl": "https://shadowgate-mcp.mcp.xpay.sh/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"shadowgate-mcp": {
"type": "http",
"url": "https://shadowgate-mcp.mcp.xpay.sh/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"shadowgate-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://shadowgate-mcp.mcp.xpay.sh/mcp"
]
}
}
}Claude Code
claude mcp add --transport http shadowgate-mcp https://shadowgate-mcp.mcp.xpay.sh/mcpRelated MCP servers
Durable agent-to-agent handoffs and shared scratchpad for multi-agent workflows.
View repository →