Skip to main content
Glama

Document Retrieval MCP Server

nixpacks.tomlโ€ข461 B
[phases.setup] nixPkgs = ["python311", "python311Packages.pip", "python311Packages.setuptools", "gcc"] [phases.install] cmds = [ "pip install --break-system-packages -r requirements.txt", "python -c 'import uvicorn; print(f\"uvicorn installed: {uvicorn.__version__}\")'", "python -c 'import fastapi; print(f\"fastapi installed: {fastapi.__version__}\")'", "ls -la start.py" ] [start] cmd = "python start.py" [variables] PYTHONUNBUFFERED = "1"

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/Pramod-Potti-Krishnan/retriever_mcp'

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