Skip to main content
Glama

Mozilla Readability Parser MCP Server

by emzimmer
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # Use the official Node.js image FROM node:18-alpine AS build # Set the working directory WORKDIR /app # Copy the package.json and package-lock.json to the working directory COPY package.json /app/ # Install project dependencies RUN npm install # Copy the project files into the Docker image COPY . . # Build the project (if there is any build step, in this case, there's none explicitly mentioned) # RUN npm run build # Use a minimal Node.js image for production FROM node:18-alpine AS production # Set the working directory WORKDIR /app # Copy the built files and node_modules from the build stage COPY --from=build /app /app # Expose the port that the app runs on (if applicable) # EXPOSE 3000 # Command to run the MCP server CMD ["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/emzimmer/server-moz-readability'

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