Skip to content
Windsurf

sqlite mcp server for Windsurf

io.github.neverinfamous/sqlite-mcp-server

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

client:Windsurf transport:stdio runtime:pypi

Install sqlite mcp server in Windsurf

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

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

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

sqlite mcp server in other clients