Skip to main content
Glama

Keywords Everywhere MCP Server

Dockerfile236 B
FROM node:18-alpine WORKDIR /app COPY package*.json ./ RUN npm ci --only=production COPY . . RUN addgroup -g 1001 -S nodejs && \ adduser -S mcp -u 1001 RUN chown -R mcp:nodejs /app USER mcp EXPOSE 3000 CMD ["node", "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/hithereiamaliff/mcp-keywords-everywhere'

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