
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@adorbistech/mcp-server
Advanced tools
Adorbis AI MCP server — one key, every model, auto-routed. Use Adorbis AI from Claude Code, Cursor, Cline, and any MCP-compatible tool.
Adorbis AI MCP Server
One API key. 40+ models. Auto-routed. Use Adorbis AI from Claude Code, Cursor, Cline, and any MCP-compatible tool.
git clone https://github.com/adorbistech/adorbis-mcp
cd adorbis-mcp
npm install
npm run build
Then point your tool to node /path/to/adorbis-mcp/dist/index.js.
Add to ~/.claude.json:
{
"mcpServers": {
"adorbis": {
"command": "node",
"args": ["/path/to/adorbis-mcp/dist/index.js"],
"env": {
"ADORBIS_API_KEY": "your_key_here"
}
}
}
}
Windows path example:
"args": ["D:\\Ai-Adorbis\\MCP\\dist\\index.js"]
Mac/Linux path example:
"args": ["/home/user/adorbis-mcp/dist/index.js"]
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"adorbis": {
"command": "node",
"args": ["/path/to/adorbis-mcp/dist/index.js"],
"env": {
"ADORBIS_API_KEY": "your_key_here"
}
}
}
}
Add to Cline MCP settings:
{
"adorbis": {
"command": "node",
"args": ["/path/to/adorbis-mcp/dist/index.js"],
"env": {
"ADORBIS_API_KEY": "your_key_here"
}
}
}
# Mac/Linux
ADORBIS_API_KEY=your_key npx @adorbistech/mcp-server
Note:
npxinstall is not recommended on Windows due to path resolution issues. Use the clone method above.
npx adorbis-init --mcps
Automatically writes the correct MCP config for every tool you have configured.
Once connected, your AI assistant has access to 7 tools:
| Tool | Description |
|---|---|
adorbis_chat | General AI chat — auto-routes to best model |
adorbis_code | Code generation, debugging, review |
adorbis_reason | Math, logic, multi-step analysis |
adorbis_write | Documentation, articles, emails |
adorbis_balance | Check connection and credit status |
adorbis_models | List all available departments |
adorbis_multi_turn | Multi-turn conversation with history |
Check my Adorbis balance
Use adorbis_code to write a TypeScript debounce function
What Adorbis departments are available?
Use adorbis_reason to analyze the time complexity of merge sort
| Department | Best for | Speed |
|---|---|---|
adorbis/quick | Chat, Q&A, simple tasks | Fastest |
adorbis/coder | Code generation, debugging, review | Fast |
adorbis/auto | Mixed workloads, smart routing | Varies |
adorbis/write | Documentation, articles, emails | Medium |
adorbis/reason | Math, logic, complex analysis | Thorough |
Your tool (Claude Code / Cursor / Cline)
│
▼ MCP call
@adorbistech/mcp-server
│
▼ HTTPS
api.adorbistech.com ←── your single API key
│
┌───────┴────────┐
│ Department │
│ routing │
└───────┬────────┘
│
┌─────────┼──────────┐
▼ ▼ ▼
Gemini DeepSeek Claude
Flash V3 Sonnet
│
▼
Best model
for your task
Adorbis monitors model health, latency, and cost in real time. When you send a request, it routes to the best available model automatically. No manual model switching. No vendor lock-in.
| Variable | Required | Description |
|---|---|---|
ADORBIS_API_KEY | Yes | Your Adorbis API key |
Get a free key (1,000 credits/month, no credit card) at https://ai.adorbistech.com
| Plan | Price | Credits |
|---|---|---|
| Free | $0/mo | 1,000 AC |
| Starter | $10/mo | 15,000 AC |
| Pro | $30/mo | 50,000 AC |
| Business | $100/mo | 200,000 AC |
1 AC = $0.001 of underlying compute. Upgrade →
ext install adorbis.adorbis-ainpx adorbis-initIssues and PRs welcome at github.com/adorbistech/adorbis-mcp
MIT © Adorbis Technologies LLC
FAQs
Adorbis AI MCP server — one key, every model, auto-routed. Use Adorbis AI from Claude Code, Cursor, Cline, and any MCP-compatible tool.
The npm package @adorbistech/mcp-server receives a total of 41 weekly downloads. As such, @adorbistech/mcp-server popularity was classified as not popular.
We found that @adorbistech/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.