Spinqit_task_manager
@eeeeeeeason
About Spinqit_task_manager
No overview available yet
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.
Frequently asked questions
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.
Basic information
More Productivity MCP servers
MCP Shrimp Task Manager
cjo4m06Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning A
MCPControl
CheffromspaceMCP server for Windows OS automation
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Google Calendar MCP Server
takumi0706Google Calendar MCP server for Claude Desktop integration

Time
modelcontextprotocolModel Context Protocol Servers
Comments