We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dicklesworthstone/mcp_agent_mail'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test_run_server_directly.sh•526 B
#!/usr/bin/env bash
# Test running server directly vs via script to see if Rich output differs
set -euo pipefail
export HTTP_BEARER_TOKEN="5dcdbc3a02da090e38ae1889ac508a582752e9e88898f769854882a4aef83693"
echo "========================================"
echo "Running server with direct Python call"
echo "========================================"
echo ""
echo "Command: python -m mcp_agent_mail.cli serve-http"
echo ""
cd /data/projects/mcp_agent_mail
python -m mcp_agent_mail.cli serve-http --host 127.0.0.1 --port 13701