turso

GitHub

A SQL database in Rust: SQLite-compatible, now also speaking Postgres (experimental). The LLVM of databases.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "turso": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-turso"
      ]
    }
  }
}