Skip to content
Grok

Eclipse Ditto for Grok

io.github.nagarjunr/eclipse-ditto

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

client:Grok transport:stdio runtime:pypi

Install Eclipse Ditto in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "eclipse-ditto": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Eclipse Ditto in other clients