MCP Server
MCP
Eclipse Ditto
MCP server for the Eclipse Ditto digital twin HTTP API (things, policies, connections, more).
Install
uvx eclipse-ditto-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "eclipse-ditto-mcp-server",
"version": "0.1.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Ditto HTTP API, e.g. http://localhost:8080",
"isRequired": true,
"name": "DITTO_BASE_URL"
},
{
"description": "Basic auth username for the Things/Policies/Messages/Search API",
"name": "DITTO_USERNAME"
},
{
"description": "Basic auth password for the Things/Policies/Messages/Search API",
"isSecret": true,
"name": "DITTO_PASSWORD"
},
{
"description": "Bearer token, used instead of Basic auth for the same API",
"isSecret": true,
"name": "DITTO_BEARER_TOKEN"
},
{
"description": "Basic auth username for the separate DevOps/Connections realm",
"name": "DITTO_DEVOPS_USERNAME"
},
{
"description": "Basic auth password for the separate DevOps/Connections realm",
"isSecret": true,
"name": "DITTO_DEVOPS_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment