Skip to main content
Glama

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: mcp-eval-harness

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 markdown

Validate

python -m unittest discover -s tests

Validation Query

agent skills eval

Comparable Repos

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.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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