Skip to content
Zed

Devart MCP Server for Zoho CRM (ADO.NET) for Zed

com.devart/mcp-zohocrm

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

client:Zed transport:stdio runtime:nuget

Install Devart MCP Server for Zoho CRM (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-zohocrm": {
      "command": "dnx",
      "args": [
        "Devart.Mcp.ZohoCrm",
        "--yes"
      ],
      "env": {
        "DEVART_MCP_ZOHOCRM_CONNECTION": "<DEVART_MCP_ZOHOCRM_CONNECTION>"
      }
    }
  }
}

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

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