Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

CodeWiki Server

БесплатноНе проверен

Enables querying any GitHub, GitLab, or Bitbucket repository and getting AI-generated answers about the codebase, powered by Gemini.

GitHubEmbed

Описание

Enables querying any GitHub, GitLab, or Bitbucket repository and getting AI-generated answers about the codebase, powered by Gemini.

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

Установить CodeWiki Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install codewiki-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add codewiki-mcp-server -- uvx codewiki-mcp

FAQ

CodeWiki Server MCP бесплатный?

Да, CodeWiki Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для CodeWiki Server?

Нет, CodeWiki Server работает без API-ключей и переменных окружения.

CodeWiki Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить CodeWiki Server в Claude Desktop, Claude Code или Cursor?

Открой CodeWiki Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare CodeWiki Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development