QECTOR Decoder Workbench v1.0.4 (Windows Edition) — High-performance quantum error correction (QEC) research, simulation, and analysis suite powered by qector-decoder-v3 v1.0.0. Air-gapped, zero-egress, 85-tool MCP server for AI/LLM integration.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"qector-decoder-workb": {
"command": "uvx",
"args": [
"qector-decoder-workbench-windows"
]
}
}
}
Run in terminal:
claude mcp add qector-decoder-workb uvx qector-decoder-workbench-windows
Add to .cursor/mcp.json:
{
"mcpServers": {
"qector-decoder-workb": {
"command": "uvx",
"args": [
"qector-decoder-workbench-windows"
]
}
}
}
Or install with pip: pip install qector-decoder-workbench-windows