We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/abhichandra21/Promptheus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
setup.py•177 B
from setuptools import setup
# This setup.py is minimal and defers all configuration to pyproject.toml
# in accordance with modern Python packaging standards (PEP 621).
setup()