Skip to content

CodeWikiTapGoogle CodeWiki, in your agent.

An unofficial, RAG-powered MCP server that streams Google CodeWiki documentation into your coding agent — chunked, cited, and grounded in the exact commit your dependency is pinned to.

Quick install

bash
npx codewikitap install

Pick your agent, pick a scope, done. The wizard writes the config atomically with a .bak backup.

Why CodeWikiTap?

A typical CodeWiki page is 2,000–4,000 tokens. A real library has dozens of them — Next.js alone has 18 pages (~54 k tokens), React has 40+. Stuffing it all into the agent's context blows the budget before the first question is answered.

CodeWikiTap delivers focused, citation-bearing chunks (~5 × ~250 tokens ≈ 1.2 k tokens), 40–80× smaller than naive injection, with measurably higher recall.

Documentation

This site documents the public surface and the design. Continue with What is CodeWikiTap? for the conceptual model, or jump straight to Installation.

CodeWikiTap is an independent, unofficial project. It is not affiliated with, endorsed by, or sponsored by Google. The "CodeWiki" name is referenced descriptively as the upstream data source.


Developed by Burak Arslan