Skip to main content
Glama
index.ts480 B
#!/usr/bin/env node import { run } from "cmd-ts"; import { buttondownCli } from "./commands.js"; export * from "./commands.js"; async function main() { try { await run(buttondownCli, process.argv.slice(2)); } catch (error) { if (error instanceof Error) { console.error("Error:", error.message); } else { console.error("An unknown error occurred"); } process.exit(1); } } if (import.meta.url === `file://${process.argv[1]}`) { main(); }

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/The-Focus-AI/buttondown-mcp'

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