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
Authless Remote MCP Server
An authentication-free, remote MCP server designed for deployment on Cloudflare Workers.
AWS CLI
Generate and execute AWS CLI commands using natural language.
Remote MCP Server on Cloudflare
A remote MCP server deployable on Cloudflare Workers with OAuth login support, using Cloudflare KV for data storage.
Weather MCP
An MCP server for accessing real-time weather data and forecasts.
GCP Tools MCP Server
Automate Google Cloud Platform infrastructure setup and GitHub repository configuration for cloud-native projects.
Check Point Quantum Management
Exposes Check Point security management data for AI-powered automation and analysis.
Remote MCP Server (Authless)
A template for deploying a remote, authentication-free MCP server on Cloudflare Workers.
Akamai MCP Server
Automate Akamai resource actions using a conversational AI client. Requires Akamai API credentials.
HashiCorp Vault
Securely manage secrets and policies in HashiCorp Vault through an MCP interface.
CoinGecko Server
An MCP server for accessing real-time cryptocurrency data from the CoinGecko Pro API.