Skip to main content
Glama
unpaywall-mcp.js335 B
#!/usr/bin/env node import { fileURLToPath } from 'node:url'; import path from 'node:path'; const __filename = fileURLToPath(import.meta.url); const __dirname = path.dirname(__filename); const entry = path.join(__dirname, '..', 'dist', 'index.js'); // Defer to the compiled entrypoint. It runs main() on import. await import(entry);

Latest Blog Posts

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/ElliotPadfield/unpaywall-mcp'

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