Skip to main content
Glama

OrdiscanMCP

Dockerfile408 B
# Use Node.js slim image as base FROM node:18-slim # Set working directory WORKDIR /app # Copy package files first to leverage Docker cache COPY package*.json ./ # Install dependencies RUN npm install # Copy the rest of the application COPY . . # Build TypeScript code RUN npm run build # Expose default port (can be overridden by environment) EXPOSE 1337 # Start the application CMD ["npm", "start"]

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/Calel33/ordiscan-mcp-v1'

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