Mcp Sql

Mcp Sql

作成者 algonacci3 months ago

MCP server to give client the ability to access SQL databases (MySQL and PostgreSQL supported)

Data & Storage
sqldatabase-accessmcp-server

mcp-sql

MCP server to give client the ability to access SQL databases (MySQL and PostgreSQL supported)

Usage

For this MCP server to work, add the following configuration to your MCP config file:

{
  "mcpServers": {
    "sql_access": {
      "command": "uv",
      "args": [
        "--directory",
        "%USERPROFILE%/Documents/GitHub/mcp-sql",
        "run",
        "python",
        "main.py"
      ]
    }
  }
}

前提条件

  • サーバーのドメインに精通している
  • 関連技術の基本的な理解
  • Data & Storageの知識