wtmcp

LeGambiArt/wtmcp
★ 13 stars Go Security Updated 12d ago ✗ Risk
MCP server with a language-agnostic plugin system. Plugins communicate over JSON-lines on stdin/stdout. Core handles auth, HTTP proxying, caching, and TOON output encoding for token savings
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": {
    "wtmcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/LeGambiArt/wtmcp@latest"
      ]
    }
  }
}