MCP Hub
Back to servers

orchestrator-mcp

A comprehensive MCP server that bridges Claude Code to a Cloud Orchestrator API, providing tools for multi-AI consensus, sandboxed code execution, long-term memory, and infrastructure management across Railway, GitHub, and Sentry.

Tools
25
Updated
Jan 6, 2026
Validated
Jan 9, 2026

Orchestrator MCP Server

Model Context Protocol server that bridges Claude Code to the Cloud Orchestrator API.

Installation

Already installed and configured in Claude Code MCP settings.

Tools Available

ToolDescription
thinkDeep reasoning via cognitive orchestrator
consensusMulti-AI consensus (6 providers)
fast_aiUltra-fast response via Groq
web_searchReal-time web search via Perplexity
scrape_urlWeb scraping via Firecrawl
run_pythonExecute Python in E2B sandbox
run_javascriptExecute JavaScript in E2B sandbox
mem0_addStore in long-term memory
mem0_searchSearch long-term memory
neo4j_queryQuery knowledge graph
railway_statusCheck deployment status
railway_set_variableSet env var on Railway
railway_redeployTrigger deployment
github_reposList GitHub repos
github_fileRead file from repo
healthCheck all service statuses
wolfram_queryQuery Wolfram Alpha
wolfram_calculateMath calculation
wolfram_convertUnit conversion
openrouter_chatQuery any AI model
openrouter_modelsList available models
sentry_statsError tracking stats
sentry_errorsRecent errors
api_keys_summaryAPI keys status
api_keys_injectInject API key to Railway

Configuration

The MCP server connects to:

Environment variable (optional):

  • ORCHESTRATOR_URL - Override default orchestrator URL

Endpoint Mapping

MCP ToolAPI Endpoint
run_pythonPOST /e2b/python
run_javascriptPOST /e2b/javascript
mem0_addPOST /mem0/add
mem0_searchPOST /mem0/search
thinkPOST /think
consensusPOST /ai/consensus

Recent Fixes (Jan 6, 2026)

  • Fixed mem0_add endpoint: /mem0/memory -> /mem0/add
  • Fixed mem0_search: Changed from GET with query params to POST

Development

cd C:\Users\matt\orchestrator-mcp
npm install
node index.js  # Runs as stdio MCP server

Reviews

No reviews yet

Sign in to write a review