Skip to content

Add Styx and Acheron to Community Servers#3522

Closed
timmx7 wants to merge 3 commits into
modelcontextprotocol:mainfrom
timmx7:main
Closed

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

Conversation

@timmx7

@timmx7 timmx7 commented Mar 11, 2026

Copy link
Copy Markdown

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
@olaservo

Copy link
Copy Markdown
Member

Thanks for contributing to the MCP servers repo!

We've retired the third-party server list from the README in favor of the MCP Registry — see #3950 for context. The Official Integrations and Community Servers sections no longer exist in the README, so this PR no longer has a target.

Going forward, please publish your server to the MCP Registry using the quickstart guide:
https://github.com/modelcontextprotocol/registry/blob/main/docs/modelcontextprotocol-io/quickstart.mdx

That's where server discovery now happens. Thanks for building on MCP!


Note: I'm working through the backlog with help from Claude Code to give everyone a prompt response.

@olaservo olaservo closed this Apr 14, 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.

2 participants