Skip to main content
Glama
wxt2rr

Math Calculator MCP Server

by wxt2rr
Dockerfile371 B
# 使用 Node.js 18 作为基础镜像 FROM node:18-alpine # 设置工作目录 WORKDIR /app # 复制 package.json 和 package-lock.json (如果有) COPY package*.json ./ # 安装依赖 RUN npm install # 复制源代码 COPY . . # 构建 TypeScript 代码 RUN npm run build # 暴露端口 EXPOSE 3000 # 启动命令 (默认使用 HTTP 模式) CMD ["npm", "start"]

Latest Blog Posts

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/wxt2rr/mcp-server-test'

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