Skip to main content
Glama

Teamwork MCP

prepend-shebang.cjs251 B
// prepend-shebang.js const fs = require('fs'); const path = './build/index.js'; const shebang = '#!/usr/bin/env node\n'; const content = fs.readFileSync(path, 'utf8'); if (!content.startsWith(shebang)) { fs.writeFileSync(path, shebang + content); }

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/Vizioz/Teamwork-MCP'

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