Skip to main content
Glama
.gitignore782 B
# LaTeX *.aux *.log *.out *.pdf *.synctex.gz # 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/ env/ ENV/ .venv/ .test_venv/ # Git backups .git.backup*/ # Environment variables .env .env.local # OS .DS_Store Thumbs.db # IDE .vscode/ .idea/ *.swp *.swo *~ .pytype/ .mypy_cache/ .dmypy.json dmypy.json # Personal data (don't commit your actual CV/wins) # Uncomment these if you want to keep your personal data private: # cv.tex # wins.md # MCP config (contains credentials) mcp.json claude_desktop_config.json # Testing .pytest_cache/ .coverage htmlcov/ # Logs *.log

Latest Blog Posts

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/eyaab/cv-resume-builder-mcp'

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