Skip to content
Cursor

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

io.github.izzzzzi/codewiki-mcp

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

client:Cursor transport:stdio runtime:npm

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

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "codewiki-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "codewiki-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

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