Skip to content
Zed

CodeWiki MCP — AI-generated docs for GitHub repos for Zed

io.github.izzzzzi/codewiki-mcp

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

client:Zed transport:stdio runtime:npm

Install CodeWiki MCP — AI-generated docs for GitHub repos in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "codewiki-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "codewiki-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

CodeWiki MCP — AI-generated docs for GitHub repos in other clients