Skip to main content
Glama

Gemini URL Context & Search MCP Server

Dockerfile482 B
FROM node:18-alpine WORKDIR /app # 依存関係をコピーしてインストール COPY package*.json ./ RUN npm ci --only=production # ソースコードをコピー COPY dist/ ./dist/ # 非rootユーザーで実行 RUN addgroup -g 1001 -S nodejs RUN adduser -S mcp -u 1001 USER mcp # ヘルスチェック HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \ CMD node -e "console.log('MCP Server is healthy')" EXPOSE 3000 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/tanamurayuuki/MCP-URLcontext'

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