Skip to content
Cline

Raw SQL MCP for Cline

io.github.kifopl/rawsqlmcp

Execute raw SQL queries against SQL Server, SQLite, PostgreSQL, MySQL, and MariaDB.

client:Cline transport:stdio runtime:nuget

Install Raw SQL MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rawsqlmcp": {
      "command": "dnx",
      "args": [
        "RawSqlMcp",
        "--yes"
      ],
      "env": {
        "RawSqlMcp__Databases__Default__Provider": "<RawSqlMcp__Databases__Default__Provider>",
        "RawSqlMcp__Databases__Default__ConnectionString": "<RawSqlMcp__Databases__Default__ConnectionString>",
        "RawSqlMcp__ConnectionStrings__Default": "<RawSqlMcp__ConnectionStrings__Default>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Raw SQL MCP in other clients