← Back to Plugins
MCP Server MCP

io.github.adorbistech/adorbis-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @adorbistech/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@adorbistech/mcp-server",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Adorbis API key from ai.adorbistech.com",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ADORBIS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...