A gateway service designed to manage and orchestrate OpenAI-compatible API servers with MCP support.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"llama-nexus": {
"command": "cargo",
"args": [
"run",
"--",
"llama-nexus"
]
}
}
}
Run in terminal:
claude mcp add llama-nexus cargo run -- llama-nexus
Add to .cursor/mcp.json:
{
"mcpServers": {
"llama-nexus": {
"command": "cargo",
"args": [
"run",
"--",
"llama-nexus"
]
}
}
}