Mendrift runs on your own machine — the client starts it, so there is no endpoint to ping. 148 installs a week from pypi. Last commit 4 Aug 2026.
MCP server for ML drift detection, MLflow registry diffing, and HMAC-gated model rollback
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 mendrift-mcp -- uvx mendrift-mcp
{
"mcpServers": {
"mendrift-mcp": {
"args": [
"mendrift-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.mendrift-mcp]
command = "uvx"
args = ["mendrift-mcp"]
{
"mcpServers": {
"mendrift-mcp": {
"args": [
"mendrift-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mendrift-mcp": {
"args": [
"mendrift-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.