ls-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ls-mcp-serverRun a SQL query to show all customers who signed up in 2024"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ls-mcp-server
MCP server (FastMCP) that exposes two tools:
query_struct_data— Generates/validates/executes SQL queries via the SQL agent.search_kb— Answers questions grounded in the RAG knowledge base via the RAG agent.
Quick start
1) Install dependencies
pip install -r requirements.txt2) Configure environment
Create a .env file (example values shown in .env.example if present) and set any credentials/connection strings required by:
SQL Server (ODBC / connection settings)
LLM provider (OpenAI / Groq / Ollama)
Azure Search (if used)
3) Run the MCP server
python main.pyServer runs on:
HTTP transport
0.0.0.0:8000
Related MCP server: Combined MCP Server
MCP inspector
Inspect the exposed tools for main.py:
mcp inspector --file main.pyIf your installation uses the module form:
python -m mcp_inspector --file main.pyProject structure
main.py— MCP server + tool definitionsRAG_AGENT/— RAG agent implementationSQL_AGENT/— SQL agent implementationconfig/— configuration / LLM factory
Tests
pytest -qThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/yuvraj9056/ls-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server