Skip to content
Cline

sqlite mcp server for Cline

io.github.neverinfamous/sqlite-mcp-server

SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.

client:Cline transport:stdio runtime:pypi

Install sqlite mcp server 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

{
  "mcpServers": {
    "sqlite-mcp-server": {
      "command": "uvx",
      "args": [
        "sqlite-mcp-server-enhanced"
      ]
    }
  }
}

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

sqlite mcp server in other clients