Skip to content
Zed

sqlite mcp for Zed

io.github.mrfentmen/sqlite-mcp

Zero-dependency SQLite MCP on node:sqlite: queries, writes, tables, schemas.

client:Zed transport:stdio runtime:npm

Install sqlite mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "sqlite-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/sqlite-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

sqlite mcp in other clients