Skip to main content
Glama
Dockerfile591 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM node:lts-alpine WORKDIR /app # Copy package files COPY package.json package-lock.json ./ # Install dependencies RUN npm install --ignore-scripts # Copy remaining source COPY . . # Build the project RUN npx tsc # Expose port if necessary (but it's stdio so none required) # Set environment variable if needed, but otherwise allow override # Default to dummy token ENV HUBSPOT_ACCESS_TOKEN=dummy_token ENV SHARED_CONTACT_ID=dummy_contact_id # Start the MCP server CMD [ "node", "build/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/KaranThink41/hubspot_private_app'

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