Skip to main content
Glama

MCP Server

by foxywolf-hub
__init__.py371 B
from fastapi import APIRouter from app.api.endpoints import health, upload, web # API 라우터 api_router = APIRouter() # 엔드포인트 라우터 등록 api_router.include_router(health.router, prefix="/health", tags=["Health"]) api_router.include_router(upload.router, prefix="/upload", tags=["Upload"]) api_router.include_router(web.router, tags=["Web Interface"])

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/foxywolf-hub/mcp-server1'

If you have feedback or need assistance with the MCP directory API, please join our Discord server