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/mcp-server@1.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "wasmagent-js": {
      "command": "npx",
      "args": [
        "-y",
        "@wasmagent/mcp-server@1.1.1"
      ]
    }
  }
}

Related servers

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

Data from the Official MCP Registry