We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nathanschepers/mcp-py3repl'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•171 B
"""API routes for the test application."""
from .users import router as users_router
from .posts import router as posts_router
__all__ = ["users_router", "posts_router"]