onlycodes

hyang0129/onlycodes
★ 0 stars Python 💻 Code/Dev Tools Updated 1d ago
Code Mode hypothesis: replace Claude Code built-in tools with a single execute_code MCP tool. Benchmarks, validation harness, and MCP server.
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": {
    "onlycodes": {
      "command": "uvx",
      "args": [
        "onlycodes"
      ]
    }
  }
}

Or install with pip: pip install onlycodes

README Excerpt

A benchmark testing whether Claude Code performs better when restricted to writing and executing code directly, rather than using its native file-system tools (Read, Grep, Glob, Edit, etc.). Both arms pass every task; `code_only` wins on efficiency across the board. Full per-task breakdown in [Artifact-Graded Benchmark → Results](#results-seed-v1-12-tasks--1-run).

Tools (7)

adhocalgorithmicdata_processingenumerationiterative_numericalstateful_reasoningverification_heavy