We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ArtemFilin1990/bitrix24-mcp-server1'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules
npm-debug.log*
# Git
.git
.gitignore
# Build artifacts
build
dist
coverage
.nyc_output
# IDE / Editor
.vscode
.idea
*.swp
*.swo
# Large binaries and docs (not needed in image)
*.dxt
*.pdf
bitrix24.dxt
# Environment
.env
.env.*
# CI / DevOps configs not needed at runtime
.github
.pre-commit-config.yaml
Makefile
.editorconfig
.eslintrc.js
.prettierrc
# Tests
test
*.test.js
*.test.ts