Skip to content
Zed

NIRA REPL MCP for Zed

io.github.pachote/nira-repl

Secure code execution sandbox for Claude — run Python, JavaScript, and shell commands

client:Zed transport:stdio runtime:pypi

Install NIRA REPL MCP in Zed

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

{
  "context_servers": {
    "nira-repl": {
      "command": "uvx",
      "args": [
        "nira-repl"
      ]
    }
  }
}

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

NIRA REPL MCP in other clients