Overview
Features
Hosted Mandoline MCP server
A hosted MCP server for quick integration of Mandoline's evaluation tools into AI assistants.
Cross-client MCP integration
Supports Claude Code, Codex, Claude Desktop, and Cursor clients connecting to Mandoline's MCP server.
Health endpoint
Includes a health check tool (get_server_health) to verify MCP server reachability and health status.
Metrics management
Define evaluation criteria with metrics: create_metric, batch_create_metrics, get_metric, get_metrics, update_metric.
Evaluations management
Score prompts and responses against metrics with create_evaluation, batch_create_evaluations, get_evaluation, get_evaluations, update_evaluation.
Documentation and resources
Access Mandoline docs index (llms.txt) and MCP guides for setup and best practices.
Local server option
Option to run the MCP server locally (Node.js 18+), with client configurations pointing to http://localhost:8080/mcp.
Who Is This For?
- Developers:Integrate Mandoline MCP into AI assistants to enable evaluation, critique, and continuous improvement.




