About Codewiki MCP
Codewiki MCP is an MCP server published by Cloudmeru in the Developer Tools category: mCP server providing AI-powered access to Google CodeWiki for open-source repositories. It has been installed 0 times through Conduid.
Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx codewiki-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Codewiki MCP
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
Releases
README
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
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
README mirrored from the source repository 2 days ago. The original is authoritative.