We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kaiohz/prospectio-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
base.py•200 B
from sqlalchemy.orm import DeclarativeBase
class Base(DeclarativeBase):
"""
Base class for SQLAlchemy models.
Provides a common base for all models in the application.
"""
pass