We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ceeon/gemini-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# PyPI 配置示例
# 复制此文件到 ~/.pypirc 并填入你的 PyPI token
[distutils]
index-servers =
pypi
testpypi
[pypi]
username = __token__
password = pypi-YOUR_TOKEN_HERE
[testpypi]
username = __token__
password = pypi-YOUR_TEST_TOKEN_HERE