claude-bridge

teshaman/claude-bridge
★ 0 stars JavaScript Code/Dev Tools Updated today
Connects the GM's browser to a local Claude Code MCP server so Claude can inspect and script the world directly (documents, flags, macros, module APIs). GM client only; connects to ws://localhost.
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": {
    "claude-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "teshaman/claude-bridge"
      ]
    }
  }
}