Skip to main content
Glama

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 chromium

Client Setup

VS Code

Open Command Palette (Ctrl+Shift+P) → MCP: Add ServerCommand (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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
8Releases (12mo)
Commit activity

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