Skip to main content
Glama

Google Maps MCP Server

by Moe03
Dockerfile234 B
FROM node:22 # Copy the entire project COPY . /app WORKDIR /app # Install pnpm RUN npm install -g pnpm # Install dependencies and build RUN pnpm install RUN pnpm build ENV NODE_ENV=production ENTRYPOINT ["node", "dist/index.js"]

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/Moe03/mcp-hello-world'

If you have feedback or need assistance with the MCP directory API, please join our Discord server