{"id":51781829,"url":"https://github.com/88plug/deepwiki","last_synced_at":"2026-07-20T13:03:07.637Z","repository":{"id":364549149,"uuid":"1249980914","full_name":"88plug/deepwiki","owner":"88plug","description":"DeepWiki wrapper: one-command install for Cognition's hosted DeepWiki MCP. Chat with any GitHub repo's auto-generated docs.","archived":false,"fork":false,"pushed_at":"2026-07-17T14:40:24.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-17T16:21:50.257Z","etag":null,"topics":["ai","ai-agents","ai-coding","anthropic","claude","claude-code","claude-code-plugin","cli","codebase","developer-tools","documentation","github","llm","mcp","mcp-server","model-context-protocol","productivity","research","semantic-search"],"latest_commit_sha":null,"homepage":"https://github.com/88plug/deepwiki","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/88plug.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-26T07:42:06.000Z","updated_at":"2026-07-17T14:41:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/88plug/deepwiki","commit_stats":null,"previous_names":["88plug/deepwiki"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/88plug/deepwiki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Fdeepwiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Fdeepwiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Fdeepwiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Fdeepwiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/88plug","download_url":"https://codeload.github.com/88plug/deepwiki/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Fdeepwiki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35686949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"ssl_error","status_checked_at":"2026-07-20T02:08:09.736Z","response_time":111,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-agents","ai-coding","anthropic","claude","claude-code","claude-code-plugin","cli","codebase","developer-tools","documentation","github","llm","mcp","mcp-server","model-context-protocol","productivity","research","semantic-search"],"created_at":"2026-07-20T13:03:03.518Z","updated_at":"2026-07-20T13:03:07.632Z","avatar_url":"https://github.com/88plug.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# DeepWiki\n\nDeepWiki MCP for Claude Code \u0026 Grok — chat with any public GitHub repo's auto-generated documentation, wiki pages, and Q\u0026A without cloning.\n\n[![plugin-validate](https://github.com/88plug/deepwiki/actions/workflows/plugin-validate.yml/badge.svg)](https://github.com/88plug/deepwiki/actions/workflows/plugin-validate.yml)\n[![License: FSL-1.1-ALv2](https://img.shields.io/badge/license-FSL--1.1--ALv2-blue?style=flat)](LICENSE)\n[![Docs](https://img.shields.io/badge/docs-online-2ea44f?style=flat)](https://88plug.github.io/deepwiki/)\n[![Claude Code plugin](https://img.shields.io/badge/Claude%20Code-plugin-8A2BE2?style=flat)](https://github.com/88plug/claude-code-plugins)\n[![DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/88plug/deepwiki)\n\n\u003c/div\u003e\n\n## Install\n\n### Claude Code\n\n```text\n/plugin marketplace add 88plug/claude-code-plugins\n/plugin install deepwiki@88plug\n```\n\n### Grok Build\n\n```text\ngrok plugin marketplace add 88plug/claude-code-plugins\ngrok plugin install deepwiki@88plug --trust\n```\n\nNo API key, no local MCP server, no config file. The plugin registers Cognition AI's remote DeepWiki MCP endpoint; Claude Code and Grok connect over HTTP.\n\n## Quickstart\n\nAfter install, ask your AI agent about any public GitHub repository:\n\n```text\nUsing deepwiki, how does the React reconciler schedule work?\n```\n\nThe agent calls the DeepWiki MCP tools, reads the indexed documentation for `facebook/react`, and answers in the same turn — no clone, no local wiki build.\n\nOther prompts that work well:\n\n```text\nUsing deepwiki, summarize the architecture of vercel/next.js\nUsing deepwiki, what does read_wiki_structure return for torvalds/linux?\n```\n\nMention `deepwiki` (or the owner/repo) so the agent routes to the MCP server instead of guessing from training data.\n\n## What it does\n\nDeepWiki is a thin Claude Code plugin that wires up Cognition AI's hosted [DeepWiki MCP server](https://docs.devin.ai/work-with-devin/deepwiki-mcp) (Model Context Protocol). It gives Claude and other AI agents read-only access to auto-generated GitHub documentation and natural-language Q\u0026A over public repositories.\n\nUse it when you want to:\n\n- Research an unfamiliar codebase before adopting or contributing\n- Answer dependency questions without leaving your Claude Code session\n- Pull architecture and API context into a task without cloning gigabytes of source\n- Give LLM agents a wiki-style documentation surface instead of raw tree walks\n\nAny public repo at `github.com/\u003cowner\u003e/\u003crepo\u003e` is reachable. Cognition's DeepWiki indexes it and serves the docs; this plugin is the one-command install path so your agent can query it programmatically.\n\n## Features\n\n| Feature | Detail |\n| --- | --- |\n| Marketplace install | One command via the [88plug Claude Code plugins marketplace](https://github.com/88plug/claude-code-plugins) |\n| No API key | No local process, no manual MCP config |\n| Remote MCP server | HTTP to `https://mcp.deepwiki.com/mcp` |\n| Read-only research | Agent reads docs and asks questions — nothing more |\n| Any public GitHub repo | Works against `github.com/\u003cowner\u003e/\u003crepo\u003e` |\n| Agent-friendly | Surfaces as named MCP tools your LLM can call |\n\n## MCP tools\n\nThe plugin exposes one MCP connection named `deepwiki` (model-context-protocol tools):\n\n| Tool | What it does |\n| --- | --- |\n| `read_wiki_structure` | List auto-generated documentation / wiki pages for a repository |\n| `read_wiki_contents` | Fetch the full documentation for a repository |\n| `ask_question` | Ask a natural-language question about a repository; get an AI-generated answer |\n\nYou normally do not call these by hand. Mention `deepwiki` or a GitHub repository in your prompt and the agent selects the right tool. That workflow fits AI agents, automation, and developer-tools CLI use inside Claude Code.\n\n## Who it is for\n\n- Developers who use Claude Code (Anthropic) and need fast documentation lookup on public GitHub projects\n- AI agent builders who want a documentation / wiki MCP server without hosting one\n- Teams doing LLM-assisted research, onboarding, or dependency review against open-source codebases\n- Anyone who wants RAG-style answers over repo docs without standing up a local index\n\n## Remote service\n\n\u003e [!NOTE]\n\u003e This plugin is configuration only. Indexing, the model, and the served documentation are operated by [Cognition AI](https://cognition.ai) (the team behind Devin) at `https://mcp.deepwiki.com/mcp`. 88plug does not run the underlying service. When the agent queries DeepWiki, your query text goes to that endpoint; the plugin does not proxy or log anything. Only public repositories are indexed — do not send private repository names.\n\n\u003cdetails\u003e\n\u003csummary\u003eWhat this plugin is, and what it isn't\u003c/summary\u003e\n\n- **Is:** a small plugin manifest that registers the remote MCP endpoint and surfaces it through the 88plug marketplace as a single install command. No original business logic.\n- **Is not:** the DeepWiki service itself. If the upstream endpoint changes or goes down, this plugin is just config — open the manifest and update the URL.\n\n\u003c/details\u003e\n\n## Development\n\nLocal checkout is only needed if you are changing the plugin packaging:\n\n```bash\ngit clone https://github.com/88plug/deepwiki.git\ncd deepwiki\nclaude --plugin-dir \"$PWD\"\n```\n\nThe live MCP URL is pinned in [`.claude-plugin/plugin.json`](.claude-plugin/plugin.json) (`type: http`, `https://mcp.deepwiki.com/mcp`). See [tests/smoke.sh](tests/smoke.sh) for the smoke checks that guard that URL and the marketplace entry shape.\n\nOnline docs: [88plug.github.io/deepwiki](https://88plug.github.io/deepwiki/).\n\n## Contributing\n\nIssues and pull requests are welcome at [88plug/deepwiki](https://github.com/88plug/deepwiki). Keep changes small; the plugin is intentionally a thin wrapper over the remote MCP server.\n\n## License\n\nReleased under the [Functional Source License, Version 1.1, ALv2 Future License](LICENSE) (`FSL-1.1-ALv2`).\n\nYou may use, copy, modify, and redistribute it for any purpose except a Competing Use. Each released version converts to the Apache License 2.0 on the second anniversary of its release date. For commercial-use inquiries outside the Permitted Purpose, contact andrew@88plug.com.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F88plug%2Fdeepwiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F88plug%2Fdeepwiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F88plug%2Fdeepwiki/lists"}