Skip to main content
Glama

Met Museum MCP Server

MIT License
22
13
  • Apple
  • Linux
Dockerfile481 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM node:lts-alpine # Create working directory WORKDIR /app # Copy package files and install dependencies without running scripts COPY package*.json ./ RUN npm install --ignore-scripts # Copy TypeScript configuration and source code COPY tsconfig.json ./ COPY src ./src # Build the project RUN npm run build # Expose port if needed # Run the MCP server ENTRYPOINT ["node", "dist/index.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/mikechao/metmuseum-mcp'

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