Spinqit_task_manager
@eeeeeeeason
关于 Spinqit_task_manager
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
生产力 分类下的更多 MCP 服务器
C++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM
MCPControl
CheffromspaceMCP server for Windows OS automation
Openfate Bazi Mcp
openfate-aiOpenFate Bazi MCP server with deterministic Four Pillars calculation, True Solar Time, branch interactions, and reverse Bazi lookup.
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
ATLAS: Task Management System
cyanheadsA Model Context Protocol (MCP) server for ATLAS, a Neo4j-powered task management system for LLM Agents - implementing a three-tier architecture (Projects, Tasks, Knowledge) to manage complex workflows. Now with Deep Research.
评论