Skip to content
Windsurf

code runner for Windsurf

io.github.formulahendry/code-runner

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

client:Windsurf transport:stdio runtime:npm

Install code runner in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

code runner in other clients