Skip to main content
Glama
index.html820 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>GBOX Live View</title> <link rel="icon" href="data:,"> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #1a1a1a; color: #ffffff; overflow: auto; min-height: 100vh; } #root { width: 100%; height: 100vh; margin: 0; padding: 0; border-radius: 0; overflow: hidden; display: flex; flex-direction: column; } </style> </head> <body> <div id="root"></div> <script type="module" src="/src/main.tsx"></script> </body> </html>

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/babelcloud/gru-sandbox'

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