Skip to main content
Glama
tasks.html930 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="color-scheme" content="light dark"> <title>Quick Tasks</title> </head> <body> <main class="container"> <header> <h1>Quick Tasks</h1> <p class="subtitle">MCP Apps POC</p> </header> <div class="add-task"> <input type="text" id="new-task-input" placeholder="What needs doing?" /> <button id="add-task-btn">Add</button> </div> <div class="task-list" id="task-list"> <p class="loading">Loading tasks...</p> </div> <footer> <div class="stats"> <span id="task-count">0 tasks</span> <span id="completed-count">0 completed</span> </div> <button id="refresh-btn" class="secondary">Refresh</button> </footer> </main> <script type="module" src="./tasks.ts"></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/jamesdowzard/mcp-apps-poc'

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