tapmcp

rdz-adrian/tapmcp
★ 0 stars Unknown language AI/LLM Updated today
# TapMCP TapMCP is a lightweight, open-source proxy designed for the Model Context Protocol (MCP). It optimizes local resources by dynamically launching and managing MCP servers on-demand only when your coding agent requests them.
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": {
    "tapmcp": {
      "command": "npx",
      "args": [
        "-y",
        "rdz-adrian/tapmcp"
      ]
    }
  }
}