Skip to main content
Glama
Dockerfile366 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM node:18-alpine # Create app directory WORKDIR /app # install dependencies COPY package.json package-lock.json ./ RUN npm ci # Copy source COPY . . # Build the project RUN npm run build # Default to stdio transport CMD ["node", "build/index.js", "--transport", "stdio"]

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/burakdirin/opsgenie-mcp-server'

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