Skip to content

wasm-mcpStructured MCP for the WebAssembly spec

Instruction, type, section, and proposal lookup over the WebAssembly specification for any MCP-speaking AI agent โ€” SHA-pinned, deterministic, read-only. Run it locally over stdio, or hit the hosted Cloudflare Worker over HTTP.

Not affiliated with, endorsed by, or maintained by the W3C WebAssembly Community Group or Working Group. It reads the publicly published WebAssembly specification.

Install + run โ€‹

The stdio launch command is the same for every MCP client; only the config file's location differs (check your client's MCP docs).

json
{
  "mcpServers": {
    "wasm": { "command": "npx", "args": ["wasm-mcp"] }
  }
}
sh
# Streamable-HTTP MCP endpoint โ€” no install:
https://mcp.xyzzylabs.ai/wasm/mcp

See Get started for a 5-minute walkthrough, or the Tool reference for every tool's inputs and examples.

Released under the MIT License.