Codewiki MCP
MCP server providing AI-powered access to Google CodeWiki for open-source repositories
Installation
npx codewiki-mcpAsk AI about Codewiki MCP
Powered by Claude Β· Grounded in docs
I know everything about Codewiki MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
CodeWiki MCP Server
An MCP server that brings Google CodeWiki into your editor. Query any GitHub, GitLab, or Bitbucket repository and get AI-generated answers about the codebase β powered by Gemini.
Documentation Β· Release Notes Β· PyPI
Sample Conversation
Sample conversation using CodeWiki MCP server with the CodeWiki Agent in VS Code Chat.
Quick Start
pip install codewiki-mcp
playwright install chromium
Client Setup
VS Code
Open Command Palette (Ctrl+Shift+P) β MCP: Add Server β Command (stdio) β enter codewiki-mcp.
Or add to .vscode/mcp.json:
{
"servers": {
"codewiki-mcp": {
"type": "stdio",
"command": "codewiki-mcp"
}
}
}
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"codewiki": {
"command": "codewiki-mcp"
}
}
}
Docker
docker build -t codewiki-mcp .
docker run -it --rm codewiki-mcp
Tools
| Tool | Description |
|---|---|
codewiki_list_topics | Topics overview with previews |
codewiki_read_structure | JSON table of contents |
codewiki_read_contents | Full or section-specific docs (paginated) |
codewiki_search_wiki | Gemini-powered Q&A chat |
codewiki_request_indexing | Submit unindexed repos for indexing |
All tools accept repo_url as a full URL or owner/repo shorthand.
Documentation
Configuration, architecture, agentic AI guides, and more β see the full documentation.
License
MIT
