template-wasmcp-cue

yoktobit/template-wasmcp-cue
★ 0 stars CUE 💻 Code/Dev Tools Updated 4d ago
A liscaf template for a component that uses wasmcp to expose an mcp server. It uses CUE schemas for code generation.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "template-wasmcp-cue": {
      "command": "npx",
      "args": [
        "-y",
        "yoktobit/template-wasmcp-cue"
      ]
    }
  }
}