PluginBench
MCP Server

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

io.github.izzzzzi/codewiki-mcp

What is the CodeWiki MCP — AI-generated docs for GitHub repos MCP server?

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

How to install CodeWiki MCP — AI-generated docs for GitHub repos

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "codewiki-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "codewiki-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "codewiki-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "codewiki-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "codewiki-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "codewiki-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "codewiki-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "codewiki-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add codewiki-mcp -- npx -y codewiki-mcp

Related MCP servers

Tolk smart contract compiler for TON — compile, check, and deploy from AI assistants

View repository →
CodeWiki MCP — AI-generated docs for GitHub repos MCP Server | PluginBench