tsbench

Mibayy/tsbench
★ 2 stars Python 💻 Code/Dev Tools Updated today
Synthetic benchmark project for MCP code-navigation servers. 40 tasks × 3 baselines (plain, LSP, Token Savior).
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tsbench": {
      "command": "uvx",
      "args": [
        "tsbench"
      ]
    }
  }
}

Or install with pip: pip install tsbench

README Excerpt

A synthetic benchmark project for evaluating MCP code-navigation servers. `tsbench` measures how efficiently different code-intelligence tools answer realistic engineering questions on a known codebase. It is designed to A/B compare: - **Plain** baseline — `Read` / `Grep` / `Glob` / `Bash` only - **LSP** baseline — language-server-based navigation