Skip to main content
Glama

Remote MCP Server

by roboulos
utils.ts535 B
// src/utils.ts export function layout(content: string, title: string = "Xano MCP Server"): string { return ` <!DOCTYPE html> <html> <head> <title>${title}</title> <style> body { font-family: system-ui, sans-serif; line-height: 1.6; max-width: 800px; margin: 0 auto; padding: 20px; } pre { background: #f4f4f4; padding: 10px; border-radius: 4px; overflow-x: auto; } code { background: #f4f4f4; padding: 2px 4px; border-radius: 4px; } </style> </head> <body> ${content} </body> </html> `; }

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/roboulos/remote-mcp-server'

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