trackmcp
Back to directory
czephyr

exoscale-mcp

View on GitHub

Exoscale

1 stars PythonOthers Updated Jul 8, 2025

Documentation

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

json
{
  "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

Frequently asked questions

What is exoscale-mcp?

exoscale-mcp is Exoscale

How do I install exoscale-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is exoscale-mcp open source?

Yes — it is hosted on GitHub at https://github.com/czephyr/exoscale-mcp and has 1 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP