Skip to main content
Glama

json-mcp-server

Dockerfile679 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config # Builder stage FROM node:lts-alpine AS builder WORKDIR /app # Install build dependencies without running prepare scripts, then build COPY package.json package-lock.json tsconfig.json ./ COPY src ./src RUN npm ci --ignore-scripts && npm run build # Runtime stage FROM node:lts-alpine WORKDIR /app # Install production dependencies only (ignore scripts to prevent rebuild) COPY package.json package-lock.json ./ RUN npm ci --omit=dev --ignore-scripts # Copy compiled build from builder COPY --from=builder /app/build ./build # Start the MCP server on STDIO 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/VadimNastoyashchy/json-mcp'

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