Ls Server
БесплатноНе проверенEnables SQL query execution and knowledge base search via RAG agent through two tools.
Описание
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 definitionsRAG_AGENT/— RAG agent implementationSQL_AGENT/— SQL agent implementationconfig/— configuration / LLM factory
Tests
pytest -q
Установка Ls Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/yuvraj9056/ls-mcp-serverFAQ
Ls Server MCP бесплатный?
Да, Ls Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ls Server?
Нет, Ls Server работает без API-ключей и переменных окружения.
Ls Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Ls Server в Claude Desktop, Claude Code или Cursor?
Открой Ls Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Ls Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
