# PyPI configuration template
# Copy this file to ~/.pypirc and update with your credentials
# DO NOT commit this file with real credentials!
[distutils]
index-servers =
pypi
testpypi
[pypi]
username = __token__
password = pypi-<your-token-here>
[testpypi]
repository = https://test.pypi.org/legacy/
username = __token__
password = pypi-<your-test-token-here>
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adamsmaka/flutter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server