Skip to main content
Glama

GrabMaps MCP Server

Dockerfile517 B
FROM node:22-slim WORKDIR /app # Copy package files first for better layer caching COPY package.json package-lock.json ./ # Install dependencies RUN npm ci # Copy the rest of the application COPY . . # Run the Smithery CLI build directly RUN npx @smithery/cli@1.2.14 build -o .smithery/index.cjs # Debug: Check if the build produced the expected files RUN ls -la RUN ls -la .smithery/ # Expose the port the app runs on EXPOSE 3000 # Command to run the application CMD ["npx", "@smithery/cli@1.2.14", "start"]

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/hithereiamaliff/mcp-grabmaps'

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