CODICEAI_MCP_Server

VJR1GA/CODICEAI_MCP_Server
★ 0 stars Python Security Updated today
MCP server repo, containing mcp_server.py, verify_audit.py and any committed config.
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": {
    "codiceai_mcp_server": {
      "command": "uvx",
      "args": [
        "codiceai-mcp-server"
      ]
    }
  }
}

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