mcp-config-auditor

thecatnamedkuro/mcp-config-auditor
★ 0 stars Python 🔒 Security Updated 1d ago
Local-first risk scanner for MCP server config files
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-config-auditor": {
      "command": "uvx",
      "args": [
        "mcp-config-auditor"
      ]
    }
  }
}

Or install with pip: pip install mcp-config-auditor

README Excerpt

Local-first CLI that scans Model Context Protocol (MCP) server configuration files for risky commands, broad filesystem access, secret-looking environment values, and remote network exposure. Why: MCP adoption is moving fast, and developers often paste server configs into Claude Desktop, Cursor, or project repos without reviewing what those servers can execute. This tool gives a quick, offline preflight check before handing tools to an agent.

Tools (2)

mcpServersservers

Topics

ai-agentsclideveloper-toolsmcpsecurity