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
Serveurs connexes
Spotify MCP Server
Interact with the Spotify API to manage playlists and control music playback.
Graphlit
Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a searchable Graphlit project.
LeadFuze MCP Server
Enrich contacts and companies via email/LinkedIn enrichment and email validation through LeadFuze (API key required).
MCP OpenAI Server
A server for interacting with the OpenAI API. Requires an OpenAI API key.
Google Analytics Data API
Access the Google Analytics Data API to retrieve and analyze website traffic data.
Slide MCP Server
Integrates with the Slide API for device and infrastructure management.
Bigeye MCP Server
Interact with Bigeye's data quality monitoring platform via its Datawatch API. Supports dynamic API key authentication.
Seq MCP Server
Interact with Seq's API for logging and monitoring.
Meta Ads MCP
Interact with the Meta Ads API to access, analyze, and manage advertising campaigns.
Remote MCP Server on Cloudflare
A self-hostable MCP server for Cloudflare Workers with OAuth support.