Skip to content

Qiskit Documentation MCP Server for Zed

io.github.qiskit/qiskit-docs-mcp-server

MCP server for querying and retrieving Qiskit documentation, guides, and API references

client:Zed transport:stdio runtime:pypi

Install Qiskit Documentation 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-docs-mcp-server": {
      "command": "uvx",
      "args": [
        "qiskit-docs-mcp-server"
      ],
      "env": {
        "QISKIT_DOCS_BASE": "<QISKIT_DOCS_BASE>",
        "QISKIT_HTTP_TIMEOUT": "<QISKIT_HTTP_TIMEOUT>"
      }
    }
  }
}

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

Qiskit Documentation MCP Server in other clients