Skip to main content
Glama
by bbajor
Dockerfile477 B
FROM node:20-alpine WORKDIR /app # Dependencies installieren COPY package.json package-lock.json* ./ RUN npm ci --only=production # MCP Server Code kopieren COPY cursor-mcp-server.js ./ # Workspace als Volume (wird zur Laufzeit gemountet) VOLUME ["/workspace"] # Environment Variables ENV WORKSPACE_PATH=/workspace ENV MCP_SERVER_NAME=cursor-mcp ENV MCP_SERVER_VERSION=1.0.0 # MCP Server über stdio (wird von mcpo gestartet) ENTRYPOINT ["node", "cursor-mcp-server.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/bbajor/mcpo'

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