Skip to main content
Glama

Multi-Agent Communication Platform (MCP)

.gitignore1.88 kB
# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST pip-log.txt pip-delete-this-directory.txt # Virtual Environments venv/ env/ ENV/ env.bak/ venv.bak/ .venv/ # PyCharm .idea/ # VS Code .vscode/ *.code-workspace # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # celery beat schedule file celerybeat-schedule celerybeat.pid # Database data/ *.db *.db-journal *.db-wal *.sqlite *.sqlite3 # Logs logs/ *.log *.out *.err # Environment variables .env .env.* !.env.example # Testing htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ cover/ # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # pytype static type analyzer .pytype/ # Node / React node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* .pnpm-debug.log* # React build output ui/build/ ui/dist/ # React environment ui/.env.local ui/.env.development.local ui/.env.test.local ui/.env.production.local # React testing ui/coverage/ # React misc ui/.DS_Store ui/.env ui/npm-debug.log* ui/yarn-debug.log* ui/yarn-error.log* # Editor directories and files .idea .vscode *.suo *.ntvs* *.njsproj *.sln *.sw? *.swp *.swo # OS files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Temporary files *.tmp *.temp *.bak *~ # Docker volumes (if you want to exclude them) # docker-data/ # Backup files *.backup # SSL certificates *.pem *.key *.crt # Package lock files (optional - you might want to keep these) # package-lock.json # yarn.lock # Python package managers poetry.lock Pipfile.lock # FastAPI .vercel # MCP specific mcp-logs/ *.mcp.log task*.md tasks/ data/** logs/** .claude .cursor

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/thiagovictorino/chat-mcp'

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