Codewiki
FreeNot checkedMCP server providing AI-powered access to Google CodeWiki for open-source repositories
About
MCP server providing AI-powered access to Google CodeWiki for open-source repositories
README
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
Installing Codewiki
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Cloudmeru/CodeWiki-MCPFAQ
Is Codewiki MCP free?
Yes, Codewiki MCP is free — one-click install via Unyly at no cost.
Does Codewiki need an API key?
No, Codewiki runs without API keys or environment variables.
Is Codewiki hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Codewiki in Claude Desktop, Claude Code or Cursor?
Open Codewiki on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Codewiki with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
