adorbis mcp for Cursor
io.github.adorbistech/adorbis-mcp
Adorbis AI MCP server. One key, 40+ models, auto-routed.
client:Cursor
transport:stdio
runtime:npm
Install adorbis mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"adorbis-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@adorbistech/mcp-server"
],
"env": {
"ADORBIS_API_KEY": "<ADORBIS_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs