Skip to content

Add Styx and Acheron to Community Servers#3522

Open
timmx7 wants to merge 3 commits intomodelcontextprotocol:mainfrom
timmx7:main
Open

Add Styx and Acheron to Community Servers#3522
timmx7 wants to merge 3 commits intomodelcontextprotocol:mainfrom
timmx7:main

Conversation

@timmx7
Copy link

@timmx7 timmx7 commented Mar 11, 2026

Why Styx?

Every AI app hardcodes a specific model and overpays for simple queries. Styx solves this at the gateway level.

What makes it different

Styx is the first MCP server that doesn't just proxy requests — it intelligently routes them. Send model: "styx:auto" and a 9-signal classifier analyzes your prompt in real-time:

  • Simple "what's 2+2?" → routes to gpt-4o-mini ($0.15/1M tokens)
  • Complex "refactor this distributed system" → routes to gpt-5.4

This saves 60-80% on AI costs with zero code changes.

Key features

  • styx:auto — 9-signal prompt classifier (<1ms overhead, Go)
  • 65+ models across OpenAI, Anthropic, Google, Mistral
  • Auto-failover — provider goes down, traffic reroutes automatically
  • Self-hostedgit clone && ./setup.sh && docker compose up
  • Dashboard — real-time cost, latency, and request tracking
  • MCP-nativenpx styx-mcp-server works with Claude Code and Cursor

Links

Capture d’écran 2026-03-10 à 12 59 35 Capture d’écran 2026-03-10 à 13 00 55

@timmx7 timmx7 changed the title Add Styx — MCP-native AI gateway with intelligent auto-routing Add Styx and Acheron to Community Servers Mar 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant