Skip to main content
Glama
sharansahu

MCP SQL Agent

by sharansahu
index.html1.88 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>MCPSQLQuery - Database Query Agent Using MCP</title> <link rel="stylesheet" href="/static/styles.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet"> </head> <body> <div class="app-container"> <header> <div class="app-title" style="text-align: center;"> <h1>MCPSQLQuery</h1> <p class="subtitle">Database Query Agent Using MCP</p> </div> </header> <main> <div class="chat-container"> <div class="chat-messages" id="chat-messages"> <div class="message system"> <div class="message-content"> <p>Welcome to MCPSQLQuery! You can ask me anything about your database.</p> </div> </div> </div> <div class="chat-input-container"> <textarea id="user-input" placeholder="Type your database query here..." rows="1"></textarea> <button id="send-button" class="send-button"> <i class="fas fa-paper-plane"></i> </button> </div> </div> </main> <footer> <div class="status-indicator"> <span id="status-text">Ready</span> <span class="status-dot online" id="status-dot"></span> </div> </footer> </div> <script src="/static/script.js"></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/sharansahu/mcp-sql'

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