Skip to content
Windsurf

sqlite for Windsurf

io.github.ofershap/sqlite

SQLite MCP — query databases, inspect schemas, explain queries, export data.

client:Windsurf transport:stdio runtime:npm

Install sqlite in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "sqlite": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-sqlite-server"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

sqlite in other clients