yardstick

StacklokLabs/yardstick
★ 3 stars Go 💻 Code/Dev Tools Updated 1d ago
Yardstick is an MCP server that provides a deterministic "yardstick" for clients and agents.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "yardstick": {
      "command": "go",
      "args": [
        "run",
        "github.com/StacklokLabs/yardstick@latest"
      ]
    }
  }
}

README Excerpt

<div align="center"> <img src="docs/yardstick.png" width="500"> </div> An MCP Server and Client that provides a yardstick implementation and reference for testing. </span> - [Server](./cmd/yardstick-server/README.md) - **Full Transport Coverage**: Supports running in all three transport types (`stdio`,`sse` and `streamable-http`)