MCP-toolchain-security-GK

yuvrajgitwork/MCP-toolchain-security-GK
★ 3 stars Python 🔒 Security Updated 2mo ago
A multi‑agent security copilot that inventories MCP servers/tools, correlates them with vulnerability intelligence, and tests for prompt‑injection/tool‑misuse paths—producing an auditable “agentic attack surface report”
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-toolchain-securi": {
      "command": "uvx",
      "args": [
        "mcp-toolchain-security-gk"
      ]
    }
  }
}

Or install with pip: pip install mcp-toolchain-security-gk