Skip to main content
Glama

MCP Fathom Analytics

by mackenly
postbuild.js324 B
import fs from 'fs'; const filePath = 'dist/index.js'; let content = fs.readFileSync(filePath, 'utf8'); if (!content.startsWith('#!/usr/bin/env node')) { content = '#!/usr/bin/env node\n' + content; fs.writeFileSync(filePath, content); } fs.chmodSync(filePath, '755'); console.log('Added shebang and set permissions');

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/mackenly/mcp-fathom-analytics'

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