Skip to content
Grok

database mcp libsql for Grok

io.github.arifulislamat/database-mcp-libsql

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

client:Grok transport:stdio runtime:npm

Install database mcp libsql in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

database mcp libsql in other clients