We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Beerspitnight/Bruno'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mcp.sh•169 B
#!/bin/bash
set -e
# Activate virtual environment if it exists
if [ -d ".venv" ]; then
source .venv/bin/activate
fi
# Run the MCP server
exec python -m src.server