Skip to content
Zed

Devart MCP Server for SQLite (ADO.NET) for Zed

com.devart/mcp-sqlite

Schema-aware read/write access to SQLite through Devart dotConnect ADO.NET data provider.

client:Zed transport:stdio runtime:nuget

Install Devart MCP Server for SQLite (ADO.NET) in Zed

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

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

{
  "context_servers": {
    "mcp-sqlite": {
      "command": "dnx",
      "args": [
        "Devart.Mcp.SQLite",
        "--yes"
      ],
      "env": {
        "DEVART_MCP_SQLITE_CONNECTION": "<DEVART_MCP_SQLITE_CONNECTION>"
      }
    }
  }
}

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

Devart MCP Server for SQLite (ADO.NET) in other clients