Qiskit Code Assistant MCP Server for Windsurf
io.github.qiskit/qiskit-code-assistant-mcp-server
MCP server for the Qiskit Code Assistant intelligent code completion
client:Windsurf
transport:stdio
runtime:pypi
Install Qiskit Code Assistant MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"qiskit-code-assistant-mcp-server": {
"command": "uvx",
"args": [
"qiskit-code-assistant-mcp-server"
],
"env": {
"QISKIT_IBM_TOKEN": "<QISKIT_IBM_TOKEN>",
"QCA_TOOL_API_BASE": "<QCA_TOOL_API_BASE>",
"QCA_TOOL_MODEL_NAME": "<QCA_TOOL_MODEL_NAME>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs