Skip to main content
Glama

CloudStack MCP Server

by phantosmax
test-mcp-server.sh•594 B
#!/bin/bash echo "šŸš€ Testing CloudStack MCP Server..." echo "" echo "This will test the MCP server using the stdio transport." echo "The server will start and you can send test requests." echo "" echo "Example test request (copy and paste after server starts):" echo '{"jsonrpc": "2.0", "method": "tools/list", "id": 1}' echo "" echo "To test a specific tool:" echo '{"jsonrpc": "2.0", "method": "tools/call", "params": {"name": "list_zones"}, "id": 2}' echo "" echo "Press Ctrl+C to exit" echo "" echo "----------------------------------------" echo "" # Run the server node build/index.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