Skip to main content
Glama

FastAPI MCP Server

by Pritrj
directory_structure.txt667 B
MCP Server Project Directory Structure ===================================== mcp-server/ ├── .dockerignore ├── .gitignore ├── Dockerfile ├── README.md ├── requirements.txt ├── directory_structure.txt └── src/ ├── __init__.py ├── auth/ │ ├── __init__.py │ ├── blacklist.py │ └── jwt_handler.py ├── core/ │ ├── __init__.py │ ├── router.py │ └── services.py ├── database.py ├── main.py ├── schemas.py └── utils/ ├── __init__.py └── encryption.py

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/Pritrj/mcp-server'

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