mcp-check

vigneshakaviki/mcp-check
★ 0 stars Python AI/LLM Updated 3d ago
Offline security scanner for MCP server configurations
View on GitHub → 🔍 Audit Wallet Slippage →

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-check": {
      "command": "uvx",
      "args": [
        "mcp-check"
      ]
    }
  }
}

Or install with pip: pip install mcp-check

README Excerpt

Security linting for Model Context Protocol server configs before your AI agent runs them. `mcp-check` is an offline static scanner for MCP configuration files. It shows when a config grants risky access to shell commands, local files, Docker, network destinations, package installers, or secrets. It never launches or connects to an MCP server.

Topics

ai-agentsclaudecursordeveloper-toolsgithub-actionmcpmodel-context-protocolsecuritystatic-analysis