Skip to main content
Glama

Jimeng MCP Server

by ttkkasd
MIT License
2
Dockerfile485 B
FROM node:22-slim WORKDIR /app # Copy package files COPY package*.json ./ # Install all dependencies (including dev dependencies for build) RUN npm ci # Copy source code COPY . . # Build TypeScript RUN npm run build # Remove dev dependencies to reduce image size RUN npm ci --only=production && npm cache clean --force # Expose port (Smithery will set PORT env var) EXPOSE 3000 # Set environment for HTTP mode ENV MCP_MODE=http # Start the server CMD ["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/ttkkasd/jimeng-mcp'

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