Skip to main content
Glama

EVE Tycoon MCP Server

Dockerfile649 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config # syntax=docker/dockerfile:1 # Use Node LTS Alpine as base image FROM node:lts-alpine AS builder # Set working directory WORKDIR /app # Install dependencies COPY package.json package-lock.json tsconfig.json ./ COPY src ./src RUN npm ci && npm run build # Runtime image FROM node:lts-alpine WORKDIR /app # Copy built artifacts and dependencies COPY --from=builder /app/package.json /app/package-lock.json ./ COPY --from=builder /app/dist ./dist # Install only production dependencies RUN npm ci --omit=dev # Default command CMD ["node", "dist/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/kongyo2/evetycoon-mcp-server'

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