HomeDevelopment › wasmagent-js

wasmagent-js

WasmAgent MCP server — WASM-sandboxed code execution with capability manifests and Tasks API.

TypeScript CloudLocal macOSWindowsLinux
★ 5 stars Last pushed 2026-09-17 License: Apache-2.0

Topics: Code Execution

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.1)

npx -y @wasmagent/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "wasmagent-js": {
      "command": "npx",
      "args": [
        "-y",
        "@wasmagent/[email protected]"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry