codewiki-mcp
Freecodewiki.google 的 MCP 服务器 - 为开源仓库提供 AI 驱动的 Wiki 文档。搜索仓库、获取 Wiki 内容、提问关于任何仓库的问题。
About codewiki-mcp
codewiki-mcp is a Model Context Protocol (MCP) server that connects AI assistants to codewiki.google, a service that generates AI-powered wiki documentation for open-source GitHub repositories. It enables users to search for repositories indexed by codewiki.google, fetch full documentation in markdown or structured pages, and ask natural-language questions about any repository's code or architecture. The server supports multiple transport protocols (stdio, Streamable HTTP, SSE), includes automatic retry with exponential backoff on errors, and offers Docker support for easy deployment. It also features natural language resolution to extract repository owner/name from user queries. Response metadata such as byte counts and elapsed time are returned on every response.
Key Features
Pros & Cons
- Free and open source
- Easy integration with any MCP-compatible client (Cursor, Claude Desktop, Windsurf, VS Code Copilot)
- Supports multiple transport protocols for flexible deployment
- Docker support simplifies setup in containerized environments
- Automatic retry with backoff improves reliability on transient errors
- NLP resolution allows natural language queries without strict repo name syntax
- Includes response metadata for debugging and monitoring
- Requires internet access to codewiki.google service for all operations
- Depends on codewiki.google's indexing coverage – not all repositories may be available
- No offline mode or local caching of documentation
- Relatively new project with limited community adoption (13 stars as of scraping)