
CodeWiki MCP — AI Generated Docs For GitHub Repos
Pull AI-generated wiki documentation and Q&A for GitHub repos into Claude or Cursor without leaving the editor.
Overview
CodeWiki MCP is a MCP server for the Build phase that searches codewiki.google repos, fetches AI wiki docs, and answers questions about them from your agent.
What is this MCP server?
- Search repositories indexed on codewiki.google from the MCP client
- Fetch structured wiki pages generated for a chosen repo
- Ask natural-language questions against repo documentation
- stdio transport via npx codewiki-mcp (npm 1.1.1)
- No local clone required for high-level architecture discovery
- Server schema version 1.1.1
- stdio transport via npm package codewiki-mcp
- Three core capabilities: search repos, fetch wiki, ask questions
Community signal: 9 GitHub stars.
What problem does it solve?
Solo builders waste hours reading huge unfamiliar repos because scattered READMEs and sparse comments do not answer how modules actually connect.
Who is it for?
Onboarding to third-party libraries, auditing fork candidates, or drafting internal docs from an existing open-source baseline.
Skip if: Private repos not indexed on CodeWiki, air-gapped environments without npm/npx, or teams that require authoritative in-repo ADRs only.
What do I get? / Deliverables
Your agent can pull CodeWiki summaries and targeted Q&A so you orient on architecture before editing code or writing specs.
- Repo search results from CodeWiki index
- Fetched wiki documentation payloads for a target repository
- Agent-grounded answers to questions about indexed repo docs
Recommended MCP Servers
Journey fit
Builders adopt unfamiliar OSS or forked repos during implementation; CodeWiki sits in Build because it accelerates reading and documenting code paths mid-ship. Docs subphase covers external reference material and onboarding context agents need while wiring integrations or extending libraries.
How it compares
MCP bridge to hosted repo wikis, not a local ripgrep or static-analyzer skill.
Common Questions / FAQ
Who is CodeWiki MCP for?
Solo and indie builders using Claude Code, Cursor, or similar agents who need fast narrative context on public GitHub projects indexed by CodeWiki.
When should I use CodeWiki MCP?
Use it at the start of a Build task when you must understand dependencies, module boundaries, or extension points before writing code or tests.
How do I add CodeWiki MCP to my agent?
Register the npm package codewiki-mcp with stdio transport and runtimeHint npx in your MCP config, then invoke search, fetch wiki, and ask tools from the client.