Skip to content
Cline

Eclipse Ditto for Cline

io.github.nagarjunr/eclipse-ditto

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

client:Cline transport:stdio runtime:pypi

Install Eclipse Ditto in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Eclipse Ditto in other clients