We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IBM/mcp-context-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•295 B
# -*- coding: utf-8 -*-
"""REST API data population framework.
This module populates MCP Gateway with realistic test data by calling
the actual REST API endpoints, exercising the full write path including
Pydantic validation, auth middleware, RBAC, and side effects.
"""
__version__ = "1.0.0"