MCP.so
登录

Guild Wars 1 Build Compiler

@Graphmaxer

关于 Guild Wars 1 Build Compiler

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

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

常见问题

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.

评论

其他 分类下的更多 MCP 服务器