Skip to main content
Glama

MCP Server Template

by stevennevins
helpers.ts300 B
const debug = true export function log(...args: any[]) { if (debug) { const msg = `[DEBUG ${new Date().toISOString()}] ${args.join(' ')}\n` process.stderr.write(msg) } } export const config = { // Add more config values as needed } export { version } from './version.js'

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/stevennevins/architect-mcp-server'

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