Skip to main content
Glama

Documentation Search MCP Server

main.py354 B
from fastapi import FastAPI app = FastAPI( title="My FastAPI Project", description="A new project generated by MCP.", version="0.1.0", ) @app.get("/") async def read_root(): return {"message": "Hello, World!"} @app.get("/items/{item_id}") async def read_item(item_id: int, q: str | None = None): return {"item_id": item_id, "q": q}

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/anton-prosterity/documentation-search-mcp'

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