Skip to main content
Glama

Basic MCP Application

.gitignore755 B
# Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ *.egg-info/ .installed.cfg *.egg .pytest_cache/ .coverage htmlcov/ .tox/ .nox/ .hypothesis/ .coverage.* # Virtual Environments venv/ mcp/ ENV/ env/ .venv/ # Environment variables .env .env.local .env.development .env.test .env.production # IDE specific files .idea/ .vscode/ *.swp *.swo .DS_Store # Project specific storage/ uploads/ logs/ *.log *.sqlite3 *.db # Jupyter Notebooks .ipynb_checkpoints # Streamlit specific .streamlit/secrets.toml # Backup files *~ \#*\# .\#* # Application folders backend/storage/ frontend/.streamlit/ frontend/temp/ # Database *.sql # Generated files *.parquet **/data/

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/priteshshah96/MCP'

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