Skip to main content
Glama
Seitrace

Seitrace Insights MCP Server

Official
by Seitrace
utils.mjs187 B
const DEBUG = process.env.E2E_DEBUG === '1' || (process.env.DEBUG || '').toLowerCase().includes('e2e'); export const dbg = (...args) => { if (DEBUG) console.log('[E2E]', ...args); };

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/Seitrace/seitrace-mcp'

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