cs-cdf/fleet-gateway
Lightweight OpenAI-compatible LLM gateway — routing, fallback chains, web search/scrape, and multi-model reasoning patterns (consensus, loop, review, devil's advocate, SWOT, brainstorm)
Platform-specific configuration:
{
"mcpServers": {
"fleet-gateway": {
"command": "npx",
"args": [
"-y",
"fleet-gateway"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
_____ _ _ ___ _
| ___| | ___ ___| |_ / _ \__ _| |_ _____ ____ _ _ _
| |_ | |/ _ \/ _ \ __| | | | / _` | __/ _ \ \ /\ / / _` | | | |
| _| | | __/ __/ |_ | |_| | (_| | || __/\ V V / (_| | |_| |
|_| |_|\___|\___|\__| \__, |\__,_|\__\___| \_/\_/ \__,_|\__, |
|___/ |___/[](https://www.python.org/) [](https://pypi.org/project/fleet-gateway/) [](https://github.com/cs-cdf/fleet-gateway/actions/workflows/test.yml) [](./LICENSE) [](https://github.com/cs-cdf/fleet-gateway)
> Part of the [FlowState](https://github.com/cs-cdf) ecosystem — a personal productivity and AI system designed and built by Claudio Sesto. > FlowState is a comprehensive framework integrating LLM infrastructure, knowledge management (Zettelkasten), multi-agent reasoning patterns, Claude Code tooling, and production-grade AI workflows. > fleet-gateway is its open-sourced LLM routing layer, extracted and generalized for anyone to use.
---
Lightweight OpenAI-compatible LLM gateway with smart routing, fallback chains, and optional web tools.
No local hardware required. Start with free cloud APIs, add local models when you're ready.
> New here? → See [QUICKSTART.md](./QUICKSTART.md) for a step-by-step setup guide. > Note: To run any LLM calls you need at least one API key from a supported provider. > Several offer generous free tiers — no credit card required. The setup wizard handles this: > ```bash > pip install fleet-gateway > python -m
Loading reviews...