Skip to main content
Glama

InfluxDB MCP Server

by idoru
Dockerfile470 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # Dockerfile for InfluxDB MCP Server FROM node:lts-alpine WORKDIR /app # Install dependencies COPY package*.json ./ RUN npm ci --production # Copy source code COPY src ./src # Use lightweight non-root user (optional) # RUN addgroup -S appgroup && adduser -S appuser -G appgroup # USER appuser # Entrypoint for MCP server (using stdio transport) ENTRYPOINT ["node", "src/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/idoru/influxdb-mcp-server'

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