Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Codewiki MCP
Codewiki MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 1:33:55 PM

Codewiki MCP

User RatingsBe the first to rate and review this MCP server!
View Repository16 GitHub StarsTotal stargazers on GitHub for the source repository (16 stars).Visit Website
developer-toolsrepository-searchdocumentationgithubmcp

Search indexed repositories, retrieve generated wiki pages, and ask repository questions through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

This server is confirmed live β€” we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "izzzzzi-codewiki-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "codewiki-mcp@latest"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (3) Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Overview

izzzzzi/codewiki-mcp MCP server connects MCP-compatible assistants to codewiki.google for repository discovery, documentation retrieval, and repository questions. It exposes tools to search indexed repositories, fetch generated wiki content as markdown or structured pages, and ask questions with optional conversation history. Repository inputs can be provided as owner/repo names, GitHub URLs, or natural-language descriptions resolved through GitHub Search. Reach for it when an agent needs generated documentation or explanations for open-source repositories indexed by codewiki.google.

Use cases

β€’Search indexed repositories by topic
β€’Fetch generated documentation for a GitHub project
β€’Ask how a repository implements a feature
β€’Resolve repositories from natural-language descriptions

Key features

β€’Repository search through codewiki.google
β€’Aggregate markdown or structured page retrieval
β€’Natural-language repository questions
β€’Conversation history for follow-up questions
β€’Stdio, Streamable HTTP, and SSE transports
β€’Retry with exponential backoff for 5xx errors

Capabilities & Tool Schemas (3) ~270 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Codewiki MCP.

codewiki_search_repos

Search repositories indexed by codewiki.google

codewiki_fetch_repo

Fetch generated wiki content for a repository from codewiki.google

codewiki_ask_repo

Ask a natural-language question about a repository indexed in codewiki.google

How Codewiki MCP works

What izzzzzi/codewiki-mcp MCP server does

The izzzzzi/codewiki-mcp MCP server gives an AI assistant access to repository information from codewiki.google. It is intended for open-source repositories that the service has indexed and documented. The server supports three main workflows:

  • Find repositories with a text search and receive matching names, URLs, descriptions, and result metadata.
  • Retrieve generated wiki documentation either as one aggregate markdown response or as structured pages.
  • Ask a natural-language question about a repository and receive an answer from the service.

The fetch and ask operations accept an owner/repo identifier, a GitHub URL, or a natural-language repository description. This makes the server useful when a user knows what a project does but does not know its exact repository path.

How it works

An MCP client sends tool calls to the local server. The server then communicates with codewiki.google over HTTPS and returns the resulting data through MCP. The upstream service uses Google’s batchexecute RPC protocol rather than a conventional REST or GraphQL API; the server constructs the request, removes the response prefix, parses the returned frames, and extracts the payload for each operation.

Natural-language repository resolution uses wink-nlp to extract keywords. When needed, those keywords are sent to the GitHub repository search endpoint, with the top result normalized into a repository URL for codewiki.google. This resolution path is useful for inputs such as a description of a framework rather than a precise repository name.

Requests can retry automatically after server-side 5xx responses, using increasing delays. Client-side 4xx responses are not retried. Successful responses include metadata such as the transferred byte count and elapsed time, while failures use codes including validation, RPC failure, timeout, and NLP resolution errors.

Setup and configuration

The package can run directly through npm without a separate installation:

Terminal
npx -y codewiki-mcp@latest

By default, it uses stdio transport. The command can instead start Streamable HTTP with --http, or SSE with --sse; both modes accept --port, and the HTTP endpoint can be changed with --endpoint. The documented default port is 3000 and the default endpoint is /mcp.

The README provides configurations for Cursor, Claude Desktop, Windsurf, and VS Code using the same npx command. It also documents a source workflow that clones the repository, installs npm dependencies, builds the project, and runs node dist/cli.js.

Optional environment settings include CODEWIKI_REQUEST_TIMEOUT, CODEWIKI_MAX_RETRIES, and GITHUB_TOKEN. The provided material does not identify any environment variable as mandatory for starting the server.

Tools and capabilities

codewiki_search_repos requires a search string and accepts a result limit from 1 to 50, defaulting to 10.

codewiki_fetch_repo requires a repository identifier. Its mode defaults to aggregate, returning full markdown; pages returns structured JSON page data instead.

codewiki_ask_repo requires a repository identifier and a question. An optional history array supports up to 20 earlier role/content messages, allowing follow-up questions to retain conversation context.

The izzzzzi/codewiki-mcp MCP server supports stdio, Streamable HTTP, and SSE transports. Docker usage is also documented, including HTTP startup and passing configuration through environment variables.

Limitations and notes

Results depend on codewiki.google’s indexed repository coverage and generated documentation. The server is a client for that service; it does not itself generate a repository wiki. Natural-language lookup also depends on keyword extraction and the GitHub Search API, so an imprecise description may fail to resolve or select an unexpected top result.

The upstream RPC interface is internal to codewiki.google rather than a documented REST or GraphQL API. Calls may therefore return service-specific RPC errors, including 404 failures, timeouts, or NLP resolution failures. The izzzzzi/codewiki-mcp MCP server reports response size and timing metadata, but the supplied material does not describe caching, offline operation, or support for private repositories.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools8 views
    Compare vs Claude Task Master β†’
  • Vynix logoVynix

    Give AI coding agents access to your Vynix visual feedback, bug reports, and AI diagnosis.

    πŸ’» Developer Tools3 views
    Compare vs Vynix β†’
  • DevDocs MCP logoDevDocs MCP

    DevDocs-MCP is a MCP server that provides version-pinned, deterministic documentation sourced from DevDocs.io in offline mode

    πŸ’» Developer Tools3 views
    Compare vs DevDocs MCP β†’
  • Imqueue MCP logoImqueue MCP

    Search @imqueue docs and scaffold typed services & clients for AI coding agents, access CLI and manage your service fleet.

    πŸ’» Developer Tools3 views
    Compare vs Imqueue MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
16
Stargazers on the source repository.
Last commit
2mo ago
Most recent push to the default branch.
Tools exposed
3
Callable tools this server registers over MCP.
Directory activity
6 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Codewiki MCP

Run `npx -y codewiki-mcp@latest`. The README also documents installation from source with npm.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCodewiki MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/izzzzzi-codewiki-mcp?style=directory)](https://allmcps.com/mcp/izzzzzi-codewiki-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/izzzzzi-codewiki-mcp"><img src="https://allmcps.com/api/badge/izzzzzi-codewiki-mcp?style=directory" alt="Codewiki MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf
Last updatedSep 2, 2026
Views6
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars16
GitHub Star CountTotal stargazers on GitHub representing community popularity (16 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 22, 2026
61Quality signal: Good Β· 61/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity5/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 16d ago via OSV.dev Β· codewiki-mcp@latest (npm)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Codewiki MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code