Skip to main content
Glama
.gitignore•913 B
# Environment .env *.env !.env.example # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environments .venv/ venv/ ENV/ env/ .ENV # PyCharm .idea/ # VS Code .vscode/ *.code-workspace # Jupyter Notebook .ipynb_checkpoints # pytest .pytest_cache/ .coverage htmlcov/ .tox/ .hypothesis/ # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # pytype static type analyzer .pytype/ # IDE *.swp *.swo *~ # OS .DS_Store Thumbs.db desktop.ini # Docker *.log # Cursor .cursor/workspace/ .cursor/cache/ # Temporary *.tmp *.temp # MCP / AIStack specific python_agent/.venv/ python_agent/__pycache__/ *.pyc *.pyo .pytest_cache/ # Model files (if storing locally) *.bin *.safetensors models/ checkpoints/

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/mjdevaccount/AIStack-MCP'

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