Skip to main content
Glama

Ditto MCP Server

by evtapps
MIT License
  • Linux
  • Apple
Dockerfile346 B
FROM node:20-alpine WORKDIR /app # Copy package files and install prod deps (none beyond SDK, but future-proof) COPY package.json yarn.lock ./ RUN yarn --production --frozen-lockfile || yarn --production # Copy dist only (image is for running the built server) COPY dist ./dist ENV NODE_ENV=production CMD ["node", "dist/index.js", "stdio"]

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/evtapps/ditto-mcp'

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