streamable-httpupdated 5mo ago
Connects Claude Code to Arquestra by Apertura AI — an AI orchestration platform for scientific computing, computational chemistry, and HPC workflows.
Arquestra — Scientific Computing Orchestration 能做什么?
Arquestra — Claude Code Plugin
Connects Claude Code to Arquestra by Apertura AI — an AI orchestration platform for scientific computing, computational chemistry, and HPC workflows.
MCP endpoint: https://api.apertura-ai.de/mcp/orchestration
Auth: OAuth 2.0 PKCE — sign in once with your Arquestra account, token stored for 90 days.
Install
Via Arquestra Runner (recommended — automatic)
If you have the Arquestra Runner installed:
arquestra-runner configure-mcp --agent all
This registers the plugin automatically. On first use, Claude Code opens https://apertura-ai.de/oauth/connect in your browser. If you are already signed into your Arquestra account there, authorization completes instantly with no extra steps. If not, sign in once and you are done.
Via Claude Code Plugin Manager (manual fallback)
- Open Manage Plugins → Install by GitHub URL
- Enter:
https://github.com/Apertura-AI/arquestra-claude-plugin - Click Install
- On first use, Claude Code opens
https://apertura-ai.de/oauth/connect— sign in if not already authenticated.
Available tools
| Tool | Description |
|---|---|
cloud_mcp_probe |
Verify cloud MCP connection |
create_run |
Start a new run — returns run_id and enters the orchestration loop |
list_runs |
List your runs, newest first |
get_run |
Get status and details for a specific run |
get_run_logs |
Fetch current state and logs for a run |
list_machines |
List your registered runner machines |
list_packs |
List available domain packs (chemistry, HPC, bioinformatics…) |
Auth
OAuth 2.0 PKCE — the API exposes /.well-known/oauth-authorization-server. Claude Code handles the full login flow on first connection. No tokens to paste or manage. The 90-day access token is stored locally and renewed on expiry.
Other agents
For Codex CLI, Gemini CLI, VS Code, Cursor, and others — the runner covers them too:
arquestra-runner configure-mcp --agent all
Links
安装
把 Arquestra — Scientific Computing Orchestration 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http arquestra-scientific-computing-orchestra https://api.apertura-ai.de/mcp/orchestrationcodex mcp add arquestra-scientific-computing-orchestra --url https://api.apertura-ai.de/mcp/orchestration{
"mcpServers": {
"arquestra-scientific-computing-orchestra": {
"url": "https://api.apertura-ai.de/mcp/orchestration"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"arquestra-scientific-computing-orchestra": {
"type": "http",
"url": "https://api.apertura-ai.de/mcp/orchestration"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"arquestra-scientific-computing-orchestra": {
"url": "https://api.apertura-ai.de/mcp/orchestration"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"arquestra-scientific-computing-orchestra": {
"serverUrl": "https://api.apertura-ai.de/mcp/orchestration"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
7 个工具
Arquestra — Scientific Computing Orchestration 向已连接的智能体提供 7 个工具。
- cloud_mcp_probe
- Verify cloud MCP connection
- create_run
- Start a new run — returns `run_id` and enters the orchestration loop
- list_runs
- List your runs, newest first
- get_run
- Get status and details for a specific run
- get_run_logs
- Fetch current state and logs for a run
- list_machines
- List your registered runner machines
- list_packs
- List available domain packs (chemistry, HPC, bioinformatics…)
评分
62 / 100
良好
- 文档22/25
- 维护13/25
- 可信度9/20
- 能力6/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 147 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.2.0最新 | 2026年4月5日 |