Skip to main content
Glama

UseKeen Documentation MCP Server

by Use-Keen
Dockerfile434 B
FROM node:22.12-alpine AS builder # Must be entire project because 'prepare' script is run during 'npm install' and requires all files COPY . /app WORKDIR /app RUN npm install # Production image FROM node:22.12-alpine WORKDIR /app COPY --from=builder /app/dist /app/dist COPY --from=builder /app/node_modules /app/node_modules COPY --from=builder /app/package.json /app/package.json # Run the 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/Use-Keen/usekeen-mcp-server'

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