Mapping-MCP-server

sharon809/Mapping-MCP-server
★ 0 stars Python Security Updated today
A simple pipeline that searches public GitHub metadata, identifies MCP server candidates, and statically scans selected files for MCP evidence, risk-signal categories, and security-practice signals
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": {
    "mapping-mcp-server": {
      "command": "uvx",
      "args": [
        "mapping-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mapping-mcp-server