A liscaf template for a component that uses wasmcp to expose an mcp server. It uses CUE schemas for code generation.
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"
]
}
}
}
Run in terminal:
claude mcp add template-wasmcp-cue npx -y yoktobit/template-wasmcp-cue
Add to .cursor/mcp.json:
{
"mcpServers": {
"template-wasmcp-cue": {
"command": "npx",
"args": [
"-y",
"yoktobit/template-wasmcp-cue"
]
}
}
}