Skip to main content
Glama
banique15

Simple MCP Server

by banique15
Dockerfile347 B
FROM node:18-alpine # Create app directory WORKDIR /usr/src/app # Copy package.json and package-lock.json COPY package.json ./ # Install dependencies RUN npm install # Copy server code COPY index.js ./ # Make the index.js file executable RUN chmod +x index.js # Expose stdin and stdout for stdio communication ENTRYPOINT ["node", "index.js"]

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/banique15/MCP-Server'

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