MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

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

  1. Clone the repo.
  2. Install dependencies: pip install -r requirements.txt
  3. Create a .env file with your DATABASE_URL.
  4. 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" ] } } }