Loading MCP server directory, please wait...
MCP server for the Eclipse Ditto digital twin HTTP API (things, policies, connections, more).
npx @getmcp/cli add io.github.nagarjunr/eclipse-dittoRequires Python 3.10+. Community-contributed server. Review source before installing.
DITTO_BASE_URLBase URL of the Ditto HTTP API, e.g. http://localhost:8080
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nagarjunr/eclipse-ditto": {
"command": "uvx",
"args": [
"eclipse-ditto-mcp-server"
],
"env": {
"DITTO_BASE_URL": "",
"DITTO_USERNAME": "",
"DITTO_PASSWORD": "",
"DITTO_BEARER_TOKEN": "",
"DITTO_DEVOPS_USERNAME": "",
"DITTO_DEVOPS_PASSWORD": ""
}
}
}
}