Skip to content
Zed

code runner for Zed

io.github.formulahendry/code-runner

Code Runner MCP Server which can run code in various programming languages.

client:Zed transport:stdio runtime:npm

Install code runner in Zed

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

{
  "context_servers": {
    "code-runner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-code-runner"
      ]
    }
  }
}

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

code runner in other clients