We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TJarriault/mcp-weather-sample'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dockerignore for MCP Weather Sample
# Node.js dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build artifacts
build/
dist/
# Development files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Documentation
README.md
*.md
# Test files
test/
tests/
**/test_*.js
**/test_*.sh
example-client.js
test_*.js
# Configuration files not needed in production
claude_config*.json
HTTP_CONFIG_GUIDE.md
CLAUDE_CONFIG_README.md
install_claude_config.sh
validate_claude_http.sh
start.sh
# Logs
logs/
*.log
# Coverage directory used by tools like istanbul
coverage/
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Dependency directories
jspm_packages/
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# Docker
Dockerfile
.dockerignore