Skip to content
Windsurf

database mcp libsql for Windsurf

io.github.arifulislamat/database-mcp-libsql

MCP server for libSQL/Turso, local or remote. Read-only by default, row caps, timeouts.

client:Windsurf transport:stdio runtime:npm

Install database mcp libsql in Windsurf

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

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

{
  "mcpServers": {
    "database-mcp-libsql": {
      "command": "npx",
      "args": [
        "-y",
        "@database-mcp/libsql"
      ],
      "env": {
        "LIBSQL_URL": "<LIBSQL_URL>",
        "LIBSQL_AUTH_TOKEN": "<LIBSQL_AUTH_TOKEN>"
      }
    }
  }
}

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

database mcp libsql in other clients