Skip to content
Zed

mcp server for Zed

io.github.telleroutlook/mcp-server

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

client:Zed transport:stdio runtime:npm

Install mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp server in other clients