Skip to content

Installation

Spine ships as the synaptixs-spine package. The CLI is orchestrator; the MCP server is orchestrator-mcp. Requires Python 3.11+.

Core

Terminal window
pip install synaptixs-spine

This gives you deterministic, no-LLM comprehension across 8 languages and the full orchestrator CLI.

With optional extras

Spine has 16 optional extras — install only what you need.

Terminal window
# PDF + Word/Excel document ingestion
pip install 'synaptixs-spine[docs,office]'
# the assistant plugin server (Claude Code / Codex)
pip install 'synaptixs-spine[mcp]'
# everything above, plus SQL, Go, TUI and OpenTelemetry
pip install 'synaptixs-spine[docs,office,mcp,sql,go,tui,otel]'
ExtraAdds
docs.pdf ingestion
office.docx, .xlsx ingestion
mcpthe orchestrator-mcp assistant plugin server
sqlSQL data-layer parsing
goGo language support
tuithe terminal UI
otelOpenTelemetry export

Verify

Terminal window
orchestrator --version # → 3.8.2
orchestrator understand .