mistakeknot

MCP Server — Development agent for Claude Code

Development community

Reference the tldr-swinton MCP surface when changing tools, schemas, costs, or server behavior.

How to install MCP Server

Installs to ~/.claude/agents/mistakeknot-tldr-swinton-mcp-server.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mistakeknot/tldr-swinton/HEAD/agents/mcp-server.md -o ~/.claude/agents/mistakeknot-tldr-swinton-mcp-server.md

Restart Claude Code, or start a new session, for it to be picked up.

What MCP Server does


name: tldrs-mcp-server description: Reference the tldr-swinton MCP surface when changing tools, schemas, costs, or server behavior.

MCP Server (`tldr-code`)

The MCP server is the primary agent interface. 24 tools organized by category.

**Cost ladder** (cheapest first):

  1. extract(file, compact=True) ~200 tok -- file map (use instead of Read for overview)
  2. structure(project) ~500 tok -- directory symbols (use instead of Glob + Reads)
  3. context(entry) ~400 tok -- call graph a

Alternatives in Development

  • Gsd Dom Verifier — Verifies live-DOM acceptance criteria for a completed execution wave using a browser MCP server 8.8k ★
  • Stitch Skills — A library of Agent Skills designed to work with the Stitch MCP server 2.9k ★
  • Refactorer Agent — You are a refactoring expert who improves code structure without changing external behavior 1.3k ★

Full documentation available on GitHub

View Source Repository