#396 · Primary category: AI Coding Assistants
ref-tools-mcp
Helping coding agents never make mistakes working with public or private libraries without wasting the context window.
Project last updated:06/26/26
GitHub Stars
1.2K
Forks
69
Contributors
6
License
MIT
Why we included this project
Coding agents like Claude Code or Cursor spend a surprising share of their context window fetching library documentation, and much of what they pull in is noise. Ref works around that by serving docs through an MCP server with two tools: a search that returns ranked results, and a reader that trims a fetched page down to what the agent actually needs, based on what it has already looked for in the session. Repeated lookups get deduplicated, so the agent refines its query instead of re-fetching the same pages. If you have watched token bills climb while an AI pair programmer digs through public APIs, private repos, or PDF docs, this is aimed directly at you. It installs cleanly into Cursor or Claude Code over stdio or HTTP, so it feels like a practical add-on rather than a research experiment.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.