Skip to main content
Glama
styles.css•2.25 kB
/* static/style.css */ /* General page styling */ body { font-family: Arial, Helvetica, sans-serif; background-color: #f4f6f9; margin: 0; padding: 0; display: flex; justify-content: center; align-items: flex-start; min-height: 100vh; } /* Container */ .container { background: #fff; margin-top: 40px; padding: 20px; border-radius: 10px; width: 90%; max-width: 600px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } /* Title */ .container h1 { text-align: center; color: #333; margin-bottom: 20px; } /* Patient form */ .patient-form { display: flex; gap: 10px; margin-bottom: 15px; } .patient-form input { flex: 1; padding: 10px; border: 1px solid #ccc; border-radius: 6px; } .patient-form button { padding: 10px 15px; border: none; background-color: #0078d7; color: white; border-radius: 6px; cursor: pointer; transition: background 0.2s ease; } .patient-form button:hover { background-color: #005fa3; } /* Chat window */ #chat-window { border: 1px solid #ddd; border-radius: 8px; padding: 15px; height: 350px; overflow-y: auto; background-color: #fafafa; margin-bottom: 15px; } /* Messages */ .message { margin-bottom: 12px; padding: 10px 14px; border-radius: 8px; line-height: 1.4; max-width: 80%; clear: both; } /* Different sender styles */ .message.you { background-color: #0078d7; color: white; margin-left: auto; text-align: right; } .message.bot { background-color: #e1f0ff; color: #333; margin-right: auto; } .message.system { background-color: #f0f0f0; color: #555; font-style: italic; text-align: center; margin: 0 auto; } /* Input area */ .input-area { display: flex; gap: 10px; } .input-area input { flex: 1; padding: 10px; border: 1px solid #ccc; border-radius: 6px; } .input-area button { padding: 10px 15px; border: none; background-color: #0078d7; color: white; border-radius: 6px; cursor: pointer; transition: background 0.2s ease; } .input-area button:hover { background-color: #005fa3; } /* Responsive tweaks */ @media (max-width: 500px) { .patient-form, .input-area { flex-direction: column; } .patient-form button, .input-area button { width: 100%; } }

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/isc-tdyar/medical-graphrag-assistant'

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