A
Agentic Sql MCP
A secure Model Context Protocol (MCP) server enabling LLM agents to perform safe, parameterized CRUD operations on SQL databases.
Created 1/10/2026
Updated about 18 hours ago
README
Repository documentation and setup instructions
Agentic SQL MCP Server
A secure Model Context Protocol (MCP) server that enables LLM agents to perform safe, parameterized CRUD operations on SQL databases.
Setup
- Clone the repo.
- Install dependencies:
pip install -r requirements.txt - Create a
.envfile with yourDATABASE_URL. - Run:
fastmcp run main.py:mcp
Quick Setup
Installation guide for this server
Install Package (if required)
uvx agentic-sql-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"abhinav-pollepalli-agentic-sql-mcp": {
"command": "uvx",
"args": [
"agentic-sql-mcp"
]
}
}
}