Model Gateway
Every provider behind one URL.
Ollama, vLLM, Bedrock and cloud gateways pooled with health checks, load balancing and two-layer failover. Format translation happens on the wire, so Cursor, Claude Code and Codex connect without plugins.
Manifold sits between your tools and everything they call: it routes every model you run, turns documents and live databases into portable MCP servers, and governs it all with a single JWT — one subscription, zero infrastructure to run.
docker compose up · one stack, seven services · nothing phones home
Platform
Every provider behind one URL.
Ollama, vLLM, Bedrock and cloud gateways pooled with health checks, load balancing and two-layer failover. Format translation happens on the wire, so Cursor, Claude Code and Codex connect without plugins.
Documents and databases, served as tools.
Upload documents or connect live databases; Manifold chunks, embeds and packages them as portable MCP servers — with hybrid retrieval and read-only SQL enforced at the query parser.
Tool order as infrastructure.
Compose MCP servers into a governed hierarchy where call order is enforced by the gateway itself — policy the model cannot talk its way around.
Integrations
The gateway answers in each tool's native dialect — OpenAI, Anthropic, Ollama and more — so your editors and agents keep their own SDKs. Copy the address from the panel's guide and you're done.
# OpenAI-compatible (Cursor, SDKs)
OPENAI_BASE_URL=https://your-host/v1
# Claude Code & Desktop
ANTHROPIC_BASE_URL=https://your-host/claude
# Knowledge, as an MCP server
"mcpServers": { "support-kb": … }Capabilities