Skip to main content
Glama

BoardGameGeek MCP Server

by attilad
patchlogs.js228 B
// Redirect console.log to console.error for better Docker logging const originalConsoleLog = console.log; console.log = function() { originalConsoleLog.apply(console, arguments); console.error.apply(console, arguments); };

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