We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Moderator11/mcpserver-gdp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
main.py•189 B
# main.py
from server import mcp
# Import tools so they get registered via decorators
import tools.get_gdp_tools
# Entry point to run the server
if __name__ == "__main__":
mcp.run()