Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Ls Server

FreeNot checked

Enables SQL query execution and knowledge base search via RAG agent through two tools.

GitHubEmbed

About

Enables SQL query execution and knowledge base search via RAG agent through two tools.

README

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

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

from github.com/yuvraj9056/ls-mcp-server

Installing Ls Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/yuvraj9056/ls-mcp-server

FAQ

Is Ls Server MCP free?

Yes, Ls Server MCP is free — one-click install via Unyly at no cost.

Does Ls Server need an API key?

No, Ls Server runs without API keys or environment variables.

Is Ls Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Ls Server in Claude Desktop, Claude Code or Cursor?

Open Ls Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Ls Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All data MCPs