1. Conduid
  2. Developer Tools
  3. Codewiki MCP
MCP server · Developer Tools

Codewiki MCP

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

Unclaimed last commit 6 months ago devtools
44Fair

Scored 2 days ago · breakdown

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

Install
npx codewiki-mcp

This 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

I know everything about Codewiki MCP. Ask me about installation, configuration, usage, or troubleshooting.

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

v1.3.0v1.3.0 · 17 Feb 2026What's New GitHub API fallback for typos & misspellings When CodeWiki search returns zero results, the resolver now queries `api.github.com/search/repositories` as a fallback — catches typos like "fecbook/react" → "facebook/react". Fully…
v1.1.0v1.1.0 — Request Indexing Tool & Tool Renaming · 16 Feb 2026What's New New Tool — `codewiki_request_indexing` Submit unindexed repositories to Google CodeWiki for indexing directly from the MCP server. Full Playwright automation — navigates to CodeWiki, clicks "Request repository", fills the URL…
v1.0.4v1.0.4 — Stealth layer, deadlock fix, docs overhaul · 15 Feb 2026Critical Bug Fixes Event-loop deadlock** — \_search_impl\ runs on the browser event loop; calling the sync \get_or_create_session()\ wrapper tried to submit a coroutine to the *same* loop and blocked, causing a 60s deadlock per attempt…
v1.0.3v1.0.3 - Dedup, Rate Limiting & Idempotency · 15 Feb 2026What's Changed Anti-Loop Protections In-flight request deduplication** — concurrent requests for the same repo URL share a single Playwright fetch via threading.Event barrier (`dedup.py`) Per-repo sliding-window rate limiter** — max 10…
v1.0.2v1.0.2 — Token Efficiency Optimizations · 15 Feb 2026What's Changed Phase 1 — Core Optimizations Shared helpers module** (\_helpers.py\) — eliminates code duplication across tool modules 3-tier caching** — HTML page cache + parsed WikiPage cache + search response cache (2-min TTL) Topic…

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

README mirrored from the source repository 2 days ago. The original is authoritative.

Questions

About Codewiki MCP

How do I install Codewiki MCP?

Run npx codewiki-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Codewiki MCP safe to use with an AI agent?

Its trust score is 44 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Codewiki MCP still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.