MCP.so
Sign In
S

Spinqit_task_manager

@eeeeeeeason

About Spinqit_task_manager

No overview available yet

Basic information

Category

Productivity

Transports

stdio

Publisher

eeeeeeeason

Submitted by

YuCheng Lin

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "qasm-submitter": {
      "type": "stdio",
      "command": "cmd",
      "args": [
        "/C",
        "C:\\Users\\ylin\\.conda\\envs\\mcp-server-py310\\python.exe",
        "-m",
        "spinqit_task_manager.qasm_submitter"
      ],
      "env": {
        "PYTHONPATH": "<your python path>",
        "PRIVATEKEYPATH": "<your privatekey path>",
        "SPINQCLOUDUSERNAME": "<user name in spinq quantum cloud>"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Spinqit_task_manager?

Spinqit_task_manager is an MCP server that integrates QASM quantum task compilation, signing, cloud submission, and result querying into a single workflow. It communicates via the stdio protocol and is designed for quantum algorithm developers using IDEs like VS Code or Cursor with SpinQ Cloud.

How to use Spinqit_task_manager?

Install using the provided one‑click scripts (Windows .bat or macOS .sh), which automatically set up Python/Conda dependencies. Configure your IDE plugin with the output Python path and command, then set the environment variables SPINQCLOUDUSERNAME and PRIVATEKEYPATH for authentication.

Key features of Spinqit_task_manager

  • One‑click installation with automated Python/Conda detection.
  • Standard MCP stdio protocol for IDE integration.
  • Full QASM task lifecycle: compile, sign, submit, query.
  • Secure authentication via local username and private key.
  • Detailed logging and error messages for debugging.

Use cases of Spinqit_task_manager

  • Quantum algorithm developers submitting QASM tasks directly from their local IDE.
  • Automated quantum experiments and result tracking in teaching or research.
  • Plugin development and integration testing for quantum cloud platforms.

FAQ from Spinqit_task_manager

What are the runtime requirements?

Python 3.10+ or Anaconda/Miniconda is recommended. A stable network connection is required for cloud submission.

How do I configure authentication?

Set the environment variables SPINQCLOUDUSERNAME (your SpinQ Cloud username) and PRIVATEKEYPATH (path to your private key) before starting the server.

What should I do if the MCP connection closes?

Ensure that your IDE plugin configuration uses the correct Python path and command from the installation output, that the Python environment is activated, and that environment variables are correctly set.

How do I resolve pip installation failures?

Check your network connection or try switching to a different pip mirror.

Can I use Spinqit_task_manager without the installer scripts?

The README does not describe manual installation steps; the one‑click scripts are the recommended method.

Comments

More Productivity MCP servers