Skip to content

sqlite mcp server for Zed

io.github.neverinfamous/sqlite-mcp-server

SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.

client:Zed transport:stdio runtime:pypi

Install sqlite mcp server in Zed

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

{
  "context_servers": {
    "sqlite-mcp-server": {
      "command": "uvx",
      "args": [
        "sqlite-mcp-server-enhanced"
      ]
    }
  }
}

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

sqlite mcp server in other clients