probe

SatishoBananamoto/probe
★ 0 stars Python 🔒 Security Updated today
MCP server security scanner — find plaintext secrets, injection vulnerabilities, and missing auth in your MCP configurations
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": {
    "probe": {
      "command": "uvx",
      "args": [
        "probe"
      ]
    }
  }
}

Or install with pip: pip install probe

README Excerpt

MCP server security scanner. Finds plaintext secrets, injection vulnerabilities, and missing auth in your MCP configurations. You connect MCP servers to your AI agent. Those servers get tool access, environment variables, and filesystem paths. Are they safe? probe scans your MCP configs and the server source code for security issues, grades each server A-F, and tells you what to fix.

Topics

ai-agentsclaude-codemcppythonscannersecurity