Metadata-Version: 2.4
Name: kensa-mcp
Version: 0.8.0
Summary: MCP server for kensa, the open source agent evals harness
Project-URL: Homepage, https://kensa.sh/docs/mcp
Project-URL: Repository, https://github.com/satyaborg/kensa
Project-URL: Issues, https://github.com/satyaborg/kensa/issues
Author-email: satyaborg <satya.borg@gmail.com>
License-Expression: MIT
Keywords: agents,ai,evals,llm,mcp,model-context-protocol,testing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.10
Requires-Dist: kensa[mcp]==0.8.0
Description-Content-Type: text/markdown

# kensa-mcp

MCP (Model Context Protocol) server for [kensa](https://github.com/satyaborg/kensa), the open source agent evals harness.

This is a thin shim around `kensa[mcp]` so you can run the server with a single command:

```bash
uvx kensa-mcp
```

Or register it with Claude Code in one line:

```bash
claude mcp add kensa -- uvx kensa-mcp
```

The server exposes kensa's eval workflow (`init`, `doctor`, `run`, `judge`, `eval`, `report`, `analyze`) as MCP tools, and run artefacts as resources under `kensa://`. See the [MCP server docs](https://kensa.sh/docs/mcp-server) for the full reference.

## Relationship to kensa

`kensa-mcp` depends on `kensa[mcp]` pinned to the same version. Installing `kensa-mcp` pulls in all of kensa. If you already have kensa in your project, you can also run the server via `kensa mcp` (the CLI subcommand) without installing this package.

## License

MIT.
