Odel
CodeWiki MCP — AI-generated docs for GitHub repos

CodeWiki MCP — AI-generated docs for GitHub repos

Local
@izzzzzi16TypeScriptMITUpdated 2mo ago

MCP server for codewiki.google: search repos, fetch wiki docs, ask questions

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcodewiki-mcpv1.1.1

Run

npx -y codewiki-mcp

MCP client config

{
  "mcpServers": {
    "codewiki-mcp-ai-generated-docs-for-github-repos": {
      "command": "npx",
      "args": [
        "-y",
        "codewiki-mcp"
      ]
    }
  }
}