SkillBench MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SkillBench MCP ServerRun a paired coding task evaluation with and without my skill file and report the deltas."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SkillBench MCP Server
A zero-dependency harness that runs held-out coding tasks with and without a skill file, then reports behavior deltas and variance. Packaged as a mcp server so users can adopt it quickly.
Why This Exists
Skill repos are getting daily attention, but the ecosystem has almost no proof that skills improve agent behavior.
Related MCP server: tar-engine
One-Day MVP
YAML/JSON task fixtures, paired runs, transcript diffing, pass/fail metrics, and a Markdown report.; one local MCP tool, install docs, example agent transcript.
What It Does Today
Loads a small JSON task or project description.
Checks whether the required fields and examples are present.
Produces a JSON or Markdown readiness report.
Ships with tests and a CI workflow so the repo is immediately verifiable.
Install
python3 -m venv .venv
. .venv/bin/activate
python -m pip install -e .Run
python -m skillbench_mcp_server.cli --input examples/sample_input.json --format markdownValidate
python -m unittest discover -s testsValidation Query
agent skills eval
Comparable Repos
darkrishabh/agent-skills-eval: 656 stars - A test runner for agentskills.io-style AI agent skills
caohaotiantian/agent-skills-eval: 8 stars -
sasa-fajkovic/agents-skill-eval: 4 stars - agents-skill-eval.com
Launch Angle
show the same workflow from Claude Code/Codex/Cursor where possible
Publishing Gate
must disclose permissions and local data access
Working demo or executable artifact.
Clear examples and tests.
Honest limitations.
No fake stars, duplicate repos, or automated engagement.
Status
Generated by RepoForge Radar. Treat this as a starting implementation, not a finished product.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
- OkareoOAuthcom.okareo
Simulation, evaluation and monitoring for voice agents.
Read-only, deterministic AI triage and readiness tools implementing Sophon's published rubrics.
Test the voice agents you run: scored transcripts, pass/fail verdicts, latency and WER metrics.
Read-only AI coding tools for change verification, release readiness, capacity, and guidance.
Related MCP Servers
- AlicenseCqualityCmaintenanceEnables acceptance gates for AI coding-agent runs by recording evidence, running deterministic validation, applying a quality gate, and rendering auditable outcomes.7Apache 2.0
- AlicenseNot gradedqualityAmaintenanceAudits AI agent skills for safety using static, semantic, adversarial, and supply-chain analysis, providing scores and risk flags. Can be run via CLI, CI, or as an MCP tool from Claude Code, Cursor, and Codex.2Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables you to audit your AI agent skills by running each one against an agent that cannot see it, diffing the resulting artifacts, and grading whether each skill genuinely improves, changes nothing, or worsens the output.116MIT
- AlicenseNot gradedqualityCmaintenanceEnables Claude Code to score its tool-calling transcripts for hallucinated action claims, unsafe edit ordering, redundant tool-call loops, and pass@k across repeated attempts at a task.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/redkoai/skillbench-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server