We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rsp2k/mcp-vultr'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
include README.md
include LICENSE
include CHANGELOG.md
include pyproject.toml
recursive-include src *.py
recursive-include src *.typed
include tests/*.py
exclude tests/__pycache__/*
exclude src/**/__pycache__/*
exclude .git/*
exclude .gitignore
exclude .pytest_cache/*
exclude *.egg-info/*
exclude build/*
exclude dist/*