We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MillCityAI/mcp-hello-world'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Development files
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Tests not needed in Docker image
tests/
# Build outputs (will be generated during build)
dist/
# Environment files
.env*
# Documentation
Documentation/
*.md
!README.md
# Git
.git/
.gitignore
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Testing
coverage/
.nyc_output/
.vitest/
# Temporary files
*.tmp
*.temp
.cache/
# Logs
logs/
*.log