Skip to main content
Glama

CloudStack MCP Server

by phantosmax
index.ts•534 B
#!/usr/bin/env node import dotenv from 'dotenv'; // Load environment variables first - try multiple paths dotenv.config(); dotenv.config({ path: '.env' }); dotenv.config({ path: '../.env' }); // Debug: check if variables are loaded if (!process.env.CLOUDSTACK_API_URL) { console.error('Environment variables not loaded. Current working directory:', process.cwd()); console.error('Available env vars:', Object.keys(process.env).filter(k => k.includes('CLOUDSTACK'))); } // Then import and start the server import './server.js';

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/phantosmax/cloudstack-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server