localmcpcoder

JuanseGZZ/localmcpcoder
★ 0 stars Unknown language Code/Dev Tools Updated 3d ago
Give ChatGPT hands on your PC — a remote MCP server with shell, file and search tools, published through a free Cloudflare tunnel.
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": {
    "localmcpcoder": {
      "command": "npx",
      "args": [
        "-y",
        "JuanseGZZ/localmcpcoder"
      ]
    }
  }
}