Skip to content
Windsurf

Eclipse Ditto for Windsurf

io.github.nagarjunr/eclipse-ditto

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

client:Windsurf transport:stdio runtime:pypi

Install Eclipse Ditto in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Eclipse Ditto in other clients