orquestra-mcp-connect
- Repo stars 0
- Author repo skills-registry
Orquestra MCP — Connection Setup
MCP endpoint: https://api.orquestra.dev/mcp (Streamable HTTP, stateless)
Claude Desktop
File: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"orquestra": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/client-streamable-http",
"https://api.orquestra.dev/mcp"
]
}
}
}
Restart Claude Desktop after saving.
Cursor
File: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global)
{
"mcpServers": {
"orquestra": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/client-streamable-http",
"https://api.orquestra.dev/mcp"
]
}
}
}
Claude Code (CLI)
claude mcp add orquestra --transport http https://api.orquestra.dev/mcp
Or in .claude/settings.json:
{
"mcpServers": {
"orquestra": {
"type": "http",
"url": "https://api.orquestra.dev/mcp"
}
}
}
Verify Connection
After connecting, ask Claude:
"List the tools available in the orquestra MCP server"
You should see 8 tools: search_programs, list_instructions, build_instruction,
list_pda_accounts, derive_pda, read_llms_txt, get_ai_analysis, simulate_instruction.
Troubleshooting
| Symptom | Fix |
|---|---|
| Tools not appearing | Restart the client after config change |
npx not found |
Install Node.js ≥ 18 |
| Connection refused | Check internet access to api.orquestra.dev |
search_programs returns empty |
The program may not be indexed — upload IDL at orquestra.dev |
| Wrong tool name format | Tool names use underscores: search_programs, NOT searchPrograms |
Agent Pipeline (optional)
To install the full Orquestra agent pipeline (researcher → builder → signer):
bash <(curl -fsSL https://raw.githubusercontent.com/berkayoztunc/orquestra/main/install-skills.sh)
Agents installed: orquestra, orquestra-researcher, orquestra-pda-explorer,
orquestra-tx-builder, orquestra-simulator, orquestra-signer
<!-- tomevault:4.0:skill_md:2026-05-23 -->Source: berkayoztunc/orquestra — distributed by TomeVault.
- Fluxly category
- AI
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @tomevault-io · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- macOS · Linux · Windows
- Runtime requirements
- Node.js >=18
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- External requests
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. File: ~/Library/Application Support/Claude/claudedesktopconfig.json Restart Claude Desktop after saving.
File: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global)
Or in .claude/settings.json:
After connecting, ask Claude: "List the tools available in the orquestra MCP server" You should see 8 tools: searchprograms, listinstructions, buildinstruction,
Symptom · Fix Tools not appearing · Restart the client after config change npx not found · Install Node.js ≥ 18
To install the full Orquestra agent pipeline (researcher → builder → signer): Agents installed: orquestra, orquestra-researcher, orquestra-pda-explorer, orquestra-tx-builder, orquestra-simulator, orquestra-signer
# Orquestra MCP — Connection Setup
MCP endpoint: `https://api.orquestra.dev/mcp` (Streamable HTTP, stateless)
## Claude Desktop
File: `~/Library/Application Support/Claude/claude_desktop_config.json`
```json
{
"mcpServers": {
"orquestra": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/client-streamable-http",
"https://api.orquestra.dev/mcp"
]
}
}
}
```
Restart Claude Desktop after saving.
## Cursor
File: `.cursor/mcp.json` (project) or `~/.cursor/mcp.json` (global)
```json
{
"mcpServers": {
"orquestra": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/client-streamable-http",
"https://api.orquestra.dev/mcp"
]
}
}
}
```
## Claude Code (CLI)
```bash
claude mcp add orquestra --transport http https://api.orquestra.dev/mcp
```
Or in `.claude/settings.json`:
```json
{
"mcpServers": {
"orquestra": {
"type": "http",
"url": "https://api.orquestra.dev/mcp"
}
}
}
```
## Verify Connection
After connecting, ask Claude:
> "List the tools available in the orquestra MCP server"
You should see 8 tools: `search_programs`, `list_instructions`, `build_instruction`,
`list_pda_accounts`, `derive_pda`, `read_llms_txt`, `get_ai_analysis`, `simulate_instruction`.
## Troubleshooting
| Symptom | Fix |
|---------|-----|
| Tools not appearing | Restart the client after config change |
| `npx` not found | Install Node.js ≥ 18 |
| Connection refused | Check internet access to `api.orquestra.dev` |
| `search_programs` returns empty | The program may not be indexed — upload IDL at orquestra.dev |
| Wrong tool name format | Tool names use underscores: `search_programs`, NOT `searchPrograms` |
## Agent Pipeline (optional)
… Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Claude Desktop → Cursor → Claude Code (CLI) → Verify Connection → Troubleshooting → Agent Pipeline (optional)
terms -> Restart Claude Desktop after saving. · --- > Source: [berkayoztunc/orquestra](https://github.com/berkayoztunc/orquestra) — distributed by [TomeVault](https://tomevault.io).
files/cmd -> https://api.orquestra.dev/mcp · ~/Library/Application Support/Claude/claudedesktopconfig.json · .cursor/mcp.json · ~/.cursor/mcp.json · .claude/settings.json · searchprograms · listinstructions · buildinstruction
body sha256 -> 0928b5e80fde
Decide Fit First
Design Intent
How To Use It
Boundaries And Review