Skip to main content
Glama

BoardGameGeek MCP Server

by attilad
Dockerfile387 B
FROM node:22 WORKDIR /app # Copy package files first for better caching COPY package*.json ./ RUN npm install # Copy the rest of the application COPY . . # Build TypeScript files RUN npm run build # Make data directory persistent VOLUME /app/data # Redirect all console.log to console.error ENTRYPOINT ["node", "--experimental-sqlite", "--require=./patchlogs.js", "build/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/attilad/bgg-mcp-server'

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