★ 0 stars
TypeScript
📦 Other
Updated 1d ago
MLflow MCP server — experiments, runs, registered models, model versions, logged models (v3), traces, and assessments
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mlflow-mcp-server": {
"command": "npx",
"args": [
"-y",
"us-all/mlflow-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add mlflow-mcp-server npx -y us-all/mlflow-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mlflow-mcp-server": {
"command": "npx",
"args": [
"-y",
"us-all/mlflow-mcp-server"
]
}
}
}