Skip to content
Zed

Eclipse Ditto for Zed

io.github.nagarjunr/eclipse-ditto

MCP server for the Eclipse Ditto digital twin HTTP API (things, policies, connections, more).

client:Zed transport:stdio runtime:pypi

Install Eclipse Ditto 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": {
    "eclipse-ditto": {
      "command": "uvx",
      "args": [
        "eclipse-ditto-mcp-server"
      ],
      "env": {
        "DITTO_BASE_URL": "<DITTO_BASE_URL>",
        "DITTO_USERNAME": "<DITTO_USERNAME>",
        "DITTO_PASSWORD": "<DITTO_PASSWORD>",
        "DITTO_BEARER_TOKEN": "<DITTO_BEARER_TOKEN>",
        "DITTO_DEVOPS_USERNAME": "<DITTO_DEVOPS_USERNAME>",
        "DITTO_DEVOPS_PASSWORD": "<DITTO_DEVOPS_PASSWORD>"
      }
    }
  }
}

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

Eclipse Ditto in other clients