Skip to content

fix: add Dockerfile for Glama MCP directory listing#102

Open
ygd58 wants to merge 1 commit intobase:masterfrom
ygd58:fix/add-dockerfile
Open

fix: add Dockerfile for Glama MCP directory listing#102
ygd58 wants to merge 1 commit intobase:masterfrom
ygd58:fix/add-dockerfile

Conversation

@ygd58
Copy link
Copy Markdown

@ygd58 ygd58 commented Apr 3, 2026

Problem

The base-mcp server is listed on the Glama MCP directory but is not usable because it lacks a Dockerfile, as reported in #73.

Fix

Added a Dockerfile that:

  • Uses node:22-alpine as base image
  • Installs dependencies via npm ci
  • Builds the TypeScript project via npm run build
  • Runs the server via node build/index.js

Testing

npm install  ✅
npm run build  ✅

Closes #73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Glama listing is missing Dockerfile

1 participant