We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/outris-dev-user/Outris-Identity'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•297 B
from .user_routes import router as user_router
from .admin_routes import router as admin_router
from .chat_routes import router as chat_router
from .public_routes import router as public_router
from .public_routes import demo_router as demo_router
from .oauth_routes import router as oauth_router