We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/YeonwooSung/metasearch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
#!/bin/bash
# check if requrirements.txt exists
if [ -f requirements.txt ]; then
echo "requirements.txt already exists. Remove it first."
rm requirements.txt
fi
# poetry export --without-hashes --format=requirements.txt > requirements.txt
uv export --no-hashes --format requirements-txt > requirements.txt