We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cameronsjo/mouse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules
# Build output (we build in Docker)
dist
# Development files
*.log
*.md
!README.md
.git
.gitignore
.env
.env.*
!.env.example
# IDE
.vscode
.idea
*.swp
*.swo
# Test files
*.test.ts
**/*.test.ts
coverage
.nyc_output
# Documentation
docs
# Scripts
scripts
# Local data
.data
# OS files
.DS_Store
Thumbs.db
# Docker
Dockerfile
docker-compose*.yml
.dockerignore