We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/2389-research/mcp-socialmedia'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
debug.sh•476 B
#!/bin/bash
# ABOUTME: Script to run the MCP server with debug logging enabled
# ABOUTME: Helps diagnose connection issues and URL handling
echo "Starting MCP server in debug mode..."
echo "This will show detailed logging for:"
echo " - Server startup and configuration"
echo " - Connection lifecycle events"
echo " - API requests and responses"
echo " - URL construction and handling"
echo ""
# Export debug log level
export LOG_LEVEL=DEBUG
# Run the server
npm start