★ 0 stars
Shell
🤖 AI/LLM
Updated today
Vendor-neutral research umbrella for measuring AI plugin, agent, and MCP server quality across CLI runtimes (Claude Code, Gemini CLI, Copilot CLI, Codex CLI).
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"intent-eval-lab": {
"command": "npx",
"args": [
"-y",
"jeremylongshore/intent-eval-lab"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add intent-eval-lab npx -y jeremylongshore/intent-eval-lab
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"intent-eval-lab": {
"command": "npx",
"args": [
"-y",
"jeremylongshore/intent-eval-lab"
]
}
}
}
📋 Copy
Topics
agent-eval ai-evaluation claude-code cross-cli gemini-cli invocation-rate mcp opentelemetry plugin-testing skill-discovery