foundry-mcp-gateway-companion

wanoo/foundry-mcp-gateway-companion
★ 0 stars JavaScript Code/Dev Tools Updated today
Optional companion module for foundry-mcp-gateway — runs the browser-only client actions (macros, native rolls, camera, Campaign Codex API, telemetry) the MCP socket server can't reach.
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": {
    "foundry-mcp-gateway-": {
      "command": "npx",
      "args": [
        "-y",
        "wanoo/foundry-mcp-gateway-companion"
      ]
    }
  }
}

README Excerpt

An **optional** companion module for the [foundry-mcp-gateway](https://github.com/wanoo/foundry-mcp-gateway) MCP server. The MCP server talks to Foundry through the **socket protocol**, which can only touch *documents*. This module runs in the **browser** — where the full `game.*` client API lives — and executes the client-side actions the server

Tools (7)

client_notifyclient_play_effectclient_play_soundclient_roll_pool_nativeclient_run_macroclient_run_scriptclient_show_document