Skip to main content
Glama
teamtailor-mcp422 B
#!/usr/bin/env node import path from 'path'; import { fileURLToPath, pathToFileURL } from 'url'; const __filename = fileURLToPath(import.meta.url); const __dirname = path.dirname(__filename); const cliPath = path.resolve(__dirname, '../dist/index.js'); const cliUrl = pathToFileURL(cliPath).href; (async () => { try { await import(cliUrl); } catch (err) { console.error(err); process.exit(1); } })();

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/crunchloop/mcp-teamtailor'

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