We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kesslerio/attio-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Version control
.git
.gitignore
.github
# Node.js
node_modules
npm-debug.log
# Build artifacts
dist
# Development files
.vscode
.idea
*.swp
*.swo
# Environment variables
.env
.env.*
!.env.example
# Documentation
*.md
!README.md
# Temporary files
tmp
temp
*.tmp
*.temp
# Test files
test
coverage
__tests__
*.test.ts
*.spec.ts
# Logs
logs
*.log