GW1 build compiler MCP server: skill data, template code encode/decode, validation, hero roster. Read-only.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gw1-mcp": {
"command": "npx",
"args": [
"-y",
"Graphmaxer/gw1-mcp"
]
}
}
}
Run in terminal:
claude mcp add gw1-mcp npx -y Graphmaxer/gw1-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"gw1-mcp": {
"command": "npx",
"args": [
"-y",
"Graphmaxer/gw1-mcp"
]
}
}
}