Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by omkarb31 • Uncategorized
An MCP-compliant server managing a local SQLite database with FastMCP and an LLM-powered client for intelligent database interactions.
Perform structured CRUD operations on a local SQLite database via MCP tools.
Leverage LLMs to interpret natural language queries and automatically execute database commands.
That require a streamable HTTP transport MCP server with JSON responses for database management.
This project provides a Model Context Protocol (MCP) server that exposes SQLite database CRUD operations as MCP tools over a streamable HTTP transport. It includes an LLM-powered client that uses LangChain and Ollama to reason about user queries, automatically select appropriate database tools, and execute multi-step operations. The server supports local deployment with JSON-formatted responses and enables advanced natural language querying and manipulation of the database.