mcp-trust-lint

CipherCortex/mcp-trust-lint
★ 0 stars Python Code/Dev Tools Updated 6d ago
Offline security linter for MCP server configurations (Cursor, Claude Desktop, VS Code)
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-trust-lint": {
      "command": "uvx",
      "args": [
        "mcp-trust-lint"
      ]
    }
  }
}

Or install with pip: pip install mcp-trust-lint

README Excerpt

**Offline security linter for MCP server configurations.** AI assistants can run tools with access to your filesystem, environment variables, and network. MCP configs (`mcp.json`, Claude Desktop, VS Code) define which servers get that trust boundary — often with `npx -y`, broad filesystem roots, hardcoded tokens, or remote URLs.

Tools (1)

mcpServers