Open-source MLflow plugin for AI agents and agentic workflows: prompts, tools, skills, MCP servers, RAG knowledge bases, evaluation, deployment, observability, and Aria copilot.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"caliber-suite": {
"command": "uvx",
"args": [
"caliber-suite"
]
}
}
}
Run in terminal:
claude mcp add caliber-suite uvx caliber-suite
Add to .cursor/mcp.json:
{
"mcpServers": {
"caliber-suite": {
"command": "uvx",
"args": [
"caliber-suite"
]
}
}
}
Or install with pip: pip install caliber-suite
Topics
agentic-workflowsai-agentsevaluationhuman-in-the-loopllmopsmcpmlflowmlflow-pluginmodel-context-protocolobservabilityprompt-engineeringragworkflow-automation