Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Codewiki

FreeNot checked

MCP server providing AI-powered access to Google CodeWiki for open-source repositories

GitHubEmbed

About

MCP server providing AI-powered access to Google CodeWiki for open-source repositories

README

CodeWiki MCP logo

PyPI License Python

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 and CodeWiki Agent

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 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

from github.com/Cloudmeru/CodeWiki-MCP

Installing Codewiki

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Cloudmeru/CodeWiki-MCP

FAQ

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

Compare Codewiki with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs