Exoscale

An MCP server for interacting with the Exoscale cloud platform.

Needs file plugins/anythingllm_mcp_servers.json following the MCP Server Specification:

{
  "mcpServers": {
    "exoscale": {
      "command": "uv",
      "args": [
        "--directory",
        "/app/server/storage/exoscale-mcp-server",
        "run",
        "exoscale-mcp-server.py"
      ]
    "env": {
        "EXO_KEY_NAME": "EXO..."
        "EXO_KEY_SECRET": "Eya1...."
      }
    }
  }
}

This entire folder then needs to be copied in the path /app/server/storage/exoscale-mcp-server to be used with AnythingLLM

Related Servers