MCP Server
MCP
io.github.timmx7/styx-mcp-server
MCP server for Styx — intelligent AI routing across OpenAI, Anthropic, Google, and Mistral.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "styx-mcp-server",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Styx API key for routing AI requests through the gateway (required for styx_send_request)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "STYX_API_KEY"
},
{
"description": "Styx auth token for project and key management (required for management tools)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "STYX_TOKEN"
},
{
"description": "Styx backend API URL",
"format": "string",
"name": "STYX_API_URL"
},
{
"description": "Styx proxy URL for AI request routing",
"format": "string",
"name": "STYX_PROXY_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment