We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bbalakriz/figma-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Ignore node_modules (will be installed in container)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Ignore version control
.git/
.gitignore
# Ignore OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Ignore IDE/Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# Ignore temporary files
*.tmp
*.temp
.cache/
# Ignore logs
logs/
*.log
# Ignore build artifacts
dist/
build/
coverage/
# Ignore container files
Dockerfile*
docker-compose*.yml
.dockerignore
# Ignore documentation
README.md
docs/