Wasmagent MCP Server

Protect → Record → Audit → Admit · Sync - agent↔UI shared state Pick your entry point. It runs locally over stdio via the published package.

People who work with cloudflare workers, compliance and sandbox and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 5 · #41 OF 153 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-09-18

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Wasmagent MCP Server

Claude Code

claude mcp add wasmagent-wasmagent-js -- npx -y @wasmagent/mcp-server

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @wasmagent/mcp-server - published under the repo owner's npm scope (@wasmagent)

registry registry publisher io.github.telleroutlook is not the repo owner (wasmagent) - the registry entry was published by someone else

03 · What Wasmagent MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

@wasmagent/otel-exporter@7.1.0 · 2026-09-17

Align the AEP ↔ OTel bridge with the current OTel GenAI semantic conventions (execute_tool). · Emission (aepActionToOtelSpan): action-evidence spans are now named · execute_tool <gen_ai.tool.name> (previously…

@wasmagent/mcp-gateway@0.1.17 · 2026-09-16

Updated dependencies [bc39531] · - @wasmagent/mcp-firewall@2.2.1

@wasmagent/mcp-firewall@2.2.1 · 2026-09-16

schedule/workflow_dispatch runs now record tested_main_sha - scheduled report artifacts no longer fail identity-binding validation (F6).

04 · Who maintains Wasmagent MCP Server

mcp-server is maintained by wasmagent. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
cloud infrastructure - ranked #41 of 153 actively-maintained cloud infrastructure servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-17)
registry
io.github.telleroutlook/mcp-server (active, first published 2026-06-25)
packages
npm:@wasmagent/mcp-server

06 · Wasmagent MCP Server FAQ

What is Wasmagent MCP Server?

Protect → Record → Audit → Admit · Sync - agent↔UI shared state Pick your entry point. It runs locally over stdio via the published package.

Is Wasmagent MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Wasmagent MCP Server?

Run `npx -y @wasmagent/mcp-server`. You can also paste the ready-made client config above.

Does Wasmagent MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Wasmagent MCP Server