D
Deepeval MCP
by @Identitry
Expose the existing `deepeval-wrapper` evaluation logic through a Model Context Protocol (MCP) compatible FastAPI service.
Created 11/5/2025
Updated about 1 month ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx deepeval-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"identitry-deepeval-mcp": {
"command": "uvx",
"args": [
"deepeval-mcp"
]
}
}
}