We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/liquid1982/community-tl-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
run_server.sh•207 B
#!/bin/bash
# Wrapper script to run the MCP server
# This ensures the virtual environment is used and the correct Python path is set
cd "$(dirname "$0")"
source venv/bin/activate
exec python -m src.server