Skip to content

Qiskit IBM Runtime MCP Server for Zed

io.github.qiskit/qiskit-ibm-runtime-mcp-server

MCP server for IBM Quantum computing services through Qiskit IBM Runtime

client:Zed transport:stdio runtime:pypi

Install Qiskit IBM Runtime MCP Server in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "qiskit-ibm-runtime-mcp-server": {
      "command": "uvx",
      "args": [
        "qiskit-ibm-runtime-mcp-server"
      ],
      "env": {
        "QISKIT_IBM_TOKEN": "<QISKIT_IBM_TOKEN>",
        "QISKIT_IBM_RUNTIME_MCP_INSTANCE": "<QISKIT_IBM_RUNTIME_MCP_INSTANCE>"
      }
    }
  }
}

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

Qiskit IBM Runtime MCP Server in other clients