A
Agentic Sql MCP
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
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
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx agentic-sql-mcp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"abhinav-pollepalli-agentic-sql-mcp": {
"command": "uvx",
"args": [
"agentic-sql-mcp"
]
}
}
}