We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zadarastorage/zadara-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"zadara-storage": {
"command": "python3",
"args": [
"/absolute/path/to/zadara-mcp-server/server.py"
],
"env": {
"ZADARA_VPSA_URL": "https://your-vpsa-hostname.zadaravpsa.com",
"ZADARA_VPSA_API_KEY": "your-vpsa-api-key-here",
"ZADARA_OBJECT_STORAGE_URL": "https://your-object-storage.zadarastorage.com",
"ZADARA_OBJECT_ACCESS_KEY": "your-access-key-here",
"ZADARA_OBJECT_SECRET_KEY": "your-secret-key-here"
}
}
}
}