Skip to main content
Glama

MCP Hello World

by MillCityAI
.gcloudignore•528 B
# Only exclude what we absolutely don't need for Docker build # Node.js dependencies (will be installed in container) node_modules/ # Build outputs (built in container) dist/ build/ # Coverage files (not needed for production build) coverage/ .nyc_output/ .vitest/ # Environment files .env* # IDE files .vscode/ .idea/ *.swp *.swo # OS files .DS_Store Thumbs.db # Git metadata .git/ # Documentation folder (large files not needed in container) Documentation/ # Logs *.log logs/ # Temporary files *.tmp *.temp .cache/

MCP directory API

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