Skip to content

Weget Gateway

Free

by MCP Community

WeGet gateway MCP server for Codex-hosted local tools

v0.1.3Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Weget Gateway MCP Server

WeGet gateway MCP server for Codex-hosted local tools

Installation

npx -y @ai.weget.jp/weget-gateway-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @ai.weget.jp/weget-gateway-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "weget-gateway": {
      "command": "npx",
      "args": ["-y", "@ai.weget.jp/weget-gateway-mcp"]
    }
  }
}