greenlight

ai-ward/greenlight
★ 0 stars Python Code/Dev Tools Updated today
See what your MCP server is actually doing -- a transparent stdio proxy and live trace viewer for the Model Context Protocol.
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": {
    "greenlight": {
      "command": "uvx",
      "args": [
        "greenlight"
      ]
    }
  }
}

Or install with pip: pip install greenlight

README Excerpt

``` .-----. | 🔴 | | 🟡 | | 🟢 | '-----' greenlight ``` See what your MCP server is actually doing. A transparent stdio proxy for the Model Context Protocol. Point it at your real server command instead of running that command directly, and it relays every byte exactly as before -- while recording every JSON-RPC