We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/detailobsessed/unblu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# editors
.idea/
.vscode/
# python
*.egg-info/
*.py[cod]
.venv/
.venvs/
/build/
/dist/
# tools
.coverage*
/.pdm-build/
/htmlcov/
/site/
# local config (user-specific, may contain sensitive data)
config/k8s_environments.yaml
# cache
.cache/
.pytest_cache/
.mypy_cache/
.ruff_cache/
__pycache__/
# mcp-publisher tokens
.mcpregistry_*