Eclipse Ditto runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from pypi. Last commit 4 Aug 2026.
MCP server for the Eclipse Ditto digital twin HTTP API (things, policies, connections, more).
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
этот файл ставится пользователю, но в репозитории его нет
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add eclipse-ditto -- uvx eclipse-ditto-mcp-server
{
"mcpServers": {
"eclipse-ditto": {
"args": [
"eclipse-ditto-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.eclipse-ditto]
command = "uvx"
args = ["eclipse-ditto-mcp-server"]
{
"mcpServers": {
"eclipse-ditto": {
"args": [
"eclipse-ditto-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"eclipse-ditto": {
"args": [
"eclipse-ditto-mcp-server"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
DITTO_BASE_URL (Base URL of the Ditto HTTP API, e.g. http://localhost:8080), DITTO_USERNAME (Basic auth username for the Things/Policies/Messages/Search API), DITTO_PASSWORD (Basic auth password for the Things/Policies/Messages/Search API), DITTO_BEARER_TOKEN (Bearer token, used instead of Basic auth for the same API), DITTO_DEVOPS_USERNAME (Basic auth username for the separate DevOps/Connections realm), DITTO_DEVOPS_PASSWORD (Basic auth password for the separate DevOps/Connections realm).
The author declared them in the registry entry; get the values from the project itself.
MCP server for API testing. 35 tools: HTTP, assertions, flows, OpenAPI, collections.
Twinfield AI Connect: hosted MCP server for Twinfield.
MCP server for the Apple App Store Connect API - 114 annotated tools, optional read-only mode.
MCP server for the Transkribus REST API — collections, documents, HTR/OCR, and models.
MCP server for Coolify API operations.
MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.
MCP server for ConnectWise Manage PSA — companies, tickets, projects, time entries, and more.
MCP server for ConnectWise Manage PSA — companies, tickets, projects, time entries, and more.
Answers built from our own checks of this server.