MCP Servers

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

Performs SQL CRUD operations using AI prompts and FastMCP

创建于 2/13/2026
更新于 11 days ago
Repository documentation and setup instructions

Steps to run the MCP server :-

Prerequisites :-

Download Gemini Code Assist VS Code extension

Make sure that the gemini code extension is in agent mode

IMPORTANT - Reload VS Code after updating any settings to refresh

Add below json to .gemini/settings.json in C:/Users/Lenovo/.gemini:

{
  "mcpServers": {
    "my-persistent-memory": {
      "command": "C:/Users/Lenovo/Downloads/mcp_sql_project/venv/Scripts/python.exe",
      "args": ["C:/Users/Lenovo/Downloads/mcp_sql_project/server.py"],
      "env": {
        "PYTHONPATH": "C:/Users/Lenovo/Downloads/mcp_sql_project"
      }
    }
  }
}

Run /init command in Gemini Code Assist to initialize the agent

Use /mcp command in Gemini Code Assist to list all tools in chat

Prompts:-

Test the full "CRUD" (Create, Read, Update, Delete) cycle:

Store: "Add key as project lead and content is Alex to db." (Uses store_memory)

Retrieve: "Who is my project lead?" (Uses retrieve_memory)

Fetch all: "List all memories" (Uses list_memories)

Update: "Actually, Alex left; update my project lead memory to say the lead is now Sarah." (Uses update_memory)

Delete: "I'm done with the project lead info, you can delete that memory now." (Uses delete_memory)

快速设置
此服务器的安装指南

安装包 (如果需要)

uvx ai-mcp-sql

Cursor 配置 (mcp.json)

{ "mcpServers": { "bharathjinka09-ai-mcp-sql": { "command": "uvx", "args": [ "ai-mcp-sql" ] } } }
作者服务器
其他服务器由 bharathjinka09