Odel
adorbis mcp

adorbis mcp

Local
@adorbistech1JavaScriptUpdated 2mo ago

Adorbis AI MCP server. One key, 40+ models, auto-routed.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@adorbistech/mcp-serverv1.0.2

Run

npx -y @adorbistech/mcp-server

MCP client config

{
  "mcpServers": {
    "adorbis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@adorbistech/mcp-server"
      ]
    }
  }
}