CodeWiki MCP Server
Enables querying and analyzing Bitbucket repositories using Google CodeWiki's AI-powered code search and documentation.
Enables querying and analyzing GitHub repositories using Google CodeWiki's AI-powered code search and documentation.
Enables querying and analyzing GitLab repositories using Google CodeWiki's AI-powered code search and documentation.
Integrates with Google CodeWiki to provide AI-generated answers and documentation for code repositories via tools like listing topics, reading structures, and searching.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CodeWiki MCP Serversummarize the main functions in facebook/react"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: MCP Codebase Index
Quick Start
pip install codewiki-mcp
playwright install chromiumClient 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-mcpTools
Tool | Description |
| Topics overview with previews |
| JSON table of contents |
| Full or section-specific docs (paginated) |
| Gemini-powered Q&A chat |
| 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cloudmeru/CodeWiki-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server