Skip to main content
Glama
jmandel

Smart EHR MCP Server

by jmandel
index.html826 B
<!doctype html> <meta charset="utf-8"> <title>MCP Tool Iframe Manager</title> <style> body{font-family:sans-serif;margin:0;padding:1rem;display:flex;flex-direction:column;gap:1rem} iframe{width:100%;height:320px;border:1px solid #999;border-radius:8px} #log{border:1px solid #bbb;height:180px;overflow-y:auto;padding:.5rem;font:14px/1.4 monospace;background:#fafafa} #loader{display:flex;gap:.5rem} </style> <h2>🛠 Single‑Tool Manager</h2> <div id="loader"> <label>Config: <input id="configVal" type="text" placeholder="(optional)" style="width:6rem"> </label> <label>Tool URL: <input id="toolUrl" type="url"> </label> <button id="loadBtn">Load iframe</button> </div> <div id="iframeHost"></div> <h3>Bridge log</h3> <pre id="log"></pre> <script type="module" src="portal.js"></script>

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/jmandel/health-record-mcp'

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