go-app

GitHub

A package to build progressive web apps with Go programming language and WebAssembly.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "go-app": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-go-app"
      ]
    }
  }
}