MCP.so
Sign In

Guild Wars 1 Build Compiler

@Graphmaxer

About Guild Wars 1 Build Compiler

GW1 build compiler MCP server: skill data, template code encode/decode, validation, hero roster. Read-only.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "gw1-mcp": {
      "type": "streamable-http",
      "url": "https://gw1-mcp.graphmaxer.workers.dev/mcp"
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Gw1?

GW1 build compiler MCP server: skill data, template code encode/decode, validation, hero roster. Read-only.

How to use Gw1?

Follow the repository README to install the server and add its MCP configuration to your client.

Key features of Gw1

  • packages/gw-mcp — the MCP server (transport-agnostic core + stdio entry)
  • packages/gw-worker — Streamable HTTP wrapper (Hono), runs on Cloudflare Workers and Node
  • claude.ai / Claude app: Settings → Connectors → Add custom connector →
  • Claude Code: claude mcp add --transport http gw1 https://…/mcp
  • Local HTTP without Cloudflare: pnpm --filter @gw1-mcp/gw-worker dev:node

Use cases of Gw1

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Gw1

Where is the source code for Gw1?

The source code is linked from the repository URL on this page.

Does Gw1 include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Frequently asked questions

Where is the source code for Gw1?

The source code is linked from the repository URL on this page.

Does Gw1 include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More Other MCP servers