Skip to main content
Glama
yuvraj9056

ls-mcp-server

by yuvraj9056

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.txt

2) 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.py

Server runs on:

  • HTTP transport

  • 0.0.0.0:8000

Related MCP server: Business MCP Server

MCP inspector

Inspect the exposed tools for main.py:

mcp inspector --file main.py

If your installation uses the module form:

python -m mcp_inspector --file main.py

Project structure

  • main.py — MCP server + tool definitions

  • RAG_AGENT/ — RAG agent implementation

  • SQL_AGENT/ — SQL agent implementation

  • config/ — configuration / LLM factory

Tests

pytest -q
F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables natural language database operations and semantic document search through SQLite and vector database integration. Converts plain English instructions into SQL queries and provides RAG capabilities for uploaded documents.
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables AI to query a business database for customers, orders, and revenue using natural language through safe, well-defined tools.
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables RAG (Retrieval-Augmented Generation) with tools for vector search, document access, and OpenAI integration, plus MySQL storage and file system operations via MCP.
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to interact with PostgreSQL or MySQL databases using natural language. Supports SQL queries, schema discovery, and pre-built aggregations without writing SQL.
    310
    MIT

View all related MCP servers

Related MCP Connectors

  • Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.

  • Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.

  • The grounded data layer for any LLM: governed SQL, metrics, lineage and catalog over your data.

View all MCP Connectors

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/yuvraj9056/ls-mcp-server'

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