MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

A secure Model Context Protocol (MCP) server enabling LLM agents to perform safe, parameterized CRUD operations on SQL databases.

创建于 1/10/2026
更新于 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
快速设置
此服务器的安装指南

安装包 (如果需要)

uvx agentic-sql-mcp

Cursor 配置 (mcp.json)

{ "mcpServers": { "abhinav-pollepalli-agentic-sql-mcp": { "command": "uvx", "args": [ "agentic-sql-mcp" ] } } }