Skip to content
Cursor

fastmcp sqltools for Cursor

io.github.atarkowska/fastmcp-sqltools

A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.

client:Cursor transport:stdio runtime:pypi

Install fastmcp sqltools in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "fastmcp-sqltools": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fastmcp-sqltools"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

fastmcp sqltools in other clients