Stats
Actions
Tags
From agentic-systems-engineering
Promptfoo MCP server for validating configs, running focused evals, inspecting results, and developing eval cases from Codex.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"promptfoo": {
"command": "bash",
"args": [
"-lc",
"set -euo pipefail; for candidate in ./bin/promptfoo-mcp ./plugins/agentic-systems-engineering/bin/promptfoo-mcp \"${CODEX_HOME:-$HOME/.codex}\"/plugins/cache/ai-plugins/agentic-systems-engineering/*/bin/promptfoo-mcp; do if [ -x \"$candidate\" ]; then exec \"$candidate\"; fi; done; echo \"promptfoo.mcp_launcher_missing\" >&2; exit 127"
]
}
}
}Server configuration and connection parameters
bashCommand-line arguments passed to the server process
First indexed Apr 6, 2026
First indexed Apr 6, 2026
npx claudepluginhub jwilger/ai-plugins --plugin agentic-systems-engineering