Adorbis
БесплатноНе проверенAdorbis AI MCP server. One key, 40+ models, auto-routed.
Описание
Adorbis AI MCP server. One key, 40+ models, auto-routed.
README
Adorbis AI MCP Server
One API key. 40+ models. Auto-routed. Use Adorbis AI from Claude Code, Cursor, Cline, and any MCP-compatible tool.
Install
Option 1 — Clone and run locally (recommended, works on all platforms)
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.
Claude Code
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"]
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"adorbis": {
"command": "node",
"args": ["/path/to/adorbis-mcp/dist/index.js"],
"env": {
"ADORBIS_API_KEY": "your_key_here"
}
}
}
}
Cline (VS Code)
Add to Cline MCP settings:
{
"adorbis": {
"command": "node",
"args": ["/path/to/adorbis-mcp/dist/index.js"],
"env": {
"ADORBIS_API_KEY": "your_key_here"
}
}
}
Option 2 — npx (Mac/Linux only)
# 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.
Auto-configure with CLI
npx adorbis-init --mcps
Automatically writes the correct MCP config for every tool you have configured.
Available Tools
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 |
Usage examples
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
Departments
| 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 |
How Adorbis AI works
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.
Environment Variables
| 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
Plans
| 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 →
Also available
- VS Code Extension —
ext install adorbis.adorbis-ai - CLI setup wizard —
npx adorbis-init - Full docs — ai.adorbistech.com/docs
Requirements
- Node.js >= 18
- An Adorbis API key — get one free
Contributing
Issues and PRs welcome at github.com/adorbistech/adorbis-mcp
License
MIT © Adorbis Technologies LLC
Установить Adorbis в Claude Desktop, Claude Code, Cursor
unyly install adorbis-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add adorbis-mcp -- npx -y @adorbistech/mcp-serverFAQ
Adorbis MCP бесплатный?
Да, Adorbis MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Adorbis?
Нет, Adorbis работает без API-ключей и переменных окружения.
Adorbis — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Adorbis в Claude Desktop, Claude Code или Cursor?
Открой Adorbis на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Adorbis with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
