Skip to main content
Glama
index.html•3.22 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>PyForge IDE</title> <script src="https://cdn.tailwindcss.com"></script> <script> tailwind.config = { theme: { extend: { colors: { 'primary': '#0D1117', 'secondary': '#161B22', 'tertiary': '#21262D', 'accent': '#58A6FF', 'success': '#3FB950', 'danger': '#F85149', 'text-primary': '#C9D1D9', 'text-secondary': '#8B949E', 'border-color': '#30363D', }, fontFamily: { sans: ['Inter', 'sans-serif'], mono: ['Fira Code', 'monospace'], }, }, }, } </script> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Fira+Code:wght@400;500&display=swap" rel="stylesheet"> <script src="https://cdn.jsdelivr.net/pyodide/v0.25.1/full/pyodide.js"></script> <style> [data-panel-resize-handle-id] { --handle-size: 2px; --handle-color: #30363D; --handle-color-hover: #58A6FF; --handle-color-active: #58A6FF; } [data-panel-resize-handle-id][data-resize-handle-state="hover"], [data-panel-resize-handle-id][data-resize-handle-state="drag"] { background-color: var(--handle-color-hover) !important; } [data-panel-resize-handle-id][data-orientation="horizontal"] { height: var(--handle-size); background-color: var(--handle-color); transition: background-color 0.2s; cursor: ns-resize; } [data-panel-resize-handle-id][data-orientation="vertical"] { width: var(--handle-size); background-color: var(--handle-color); transition: background-color 0.2s; cursor: ew-resize; } </style> <script type="importmap"> { "imports": { "prismjs/": "https://aistudiocdn.com/prismjs@^1.29.0/", "prismjs": "https://aistudiocdn.com/prismjs@^1.29.0", "react-simple-code-editor": "https://aistudiocdn.com/react-simple-code-editor@^0.13.1", "react-dom/client": "https://aistudiocdn.com/react-dom@^18.2.0/client", "react-dom/": "https://aistudiocdn.com/react-dom@^18.2.0/", "react/": "https://aistudiocdn.com/react@^18.2.0/", "react": "https://aistudiocdn.com/react@^18.2.0", "pyodide": "https://aistudiocdn.com/pyodide@^0.25.1", "xterm": "https://aistudiocdn.com/xterm@5.3.0", "xterm-addon-fit": "https://aistudiocdn.com/xterm-addon-fit@0.8.0", "react-resizable-panels": "https://aistudiocdn.com/react-resizable-panels@^2.0.18", "xterm/": "https://aistudiocdn.com/xterm@^5.3.0/" } } </script> <link rel="stylesheet" href="/index.css"> </head> <body class="bg-primary text-text-primary"> <div id="root"></div> <script type="module" src="/index.tsx"></script> </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/pythondev-pro/egw_writings_mcp_server'

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