Skip to content
Windsurf

mcp turso cloud for Windsurf

io.github.spences10/mcp-turso-cloud

MCP server for integrating Turso with LLMs

client:Windsurf transport:stdio runtime:npm

Install mcp turso cloud 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": {
    "mcp-turso-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-turso-cloud"
      ],
      "env": {
        "TURSO_API_TOKEN": "<TURSO_API_TOKEN>",
        "TURSO_ORGANIZATION": "<TURSO_ORGANIZATION>",
        "TURSO_DEFAULT_DATABASE": "<TURSO_DEFAULT_DATABASE>",
        "TOKEN_EXPIRATION": "<TOKEN_EXPIRATION>",
        "TOKEN_PERMISSION": "<TOKEN_PERMISSION>"
      }
    }
  }
}

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

mcp turso cloud in other clients