deepwiki-mcp
v1.0.0DeepWiki MCP server (GitHub repo docs Q&A)
By gigun0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install deepwiki-mcp for Codex and Claude Code
codex plugin marketplace add gigun-dev/claude-code
codex plugin marketplace upgrade gigun
codex plugin add deepwiki-mcp@gigunPaste and run these commands in a terminal with Codex. They add and refresh the gigun catalog, then install this plugin.
Compatibility: the page URL and API slug “deepwiki-mcp” remain stable.
- Codex:
deepwiki-mcp@agent-plugin-marketplace→deepwiki-mcp@gigun
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/gigun-dev/claude-codeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/deepwiki-mcp/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── .mcp.json
MCP servers1
- url
- https://mcp.deepwiki.com/mcp
Plugin manifests2
{
"$generatedFrom": "../.claude-plugin/plugin.json (scripts/generate_manifests.py --write); generates name/version/description/author here — homepage, repository, keywords, the mcpServers/skills pointer, and interface stay hand-edited in this file",
"name": "deepwiki-mcp",
"version": "1.0.0",
"description": "DeepWiki MCP server (GitHub repo docs Q&A)",
"author": {
"name": "gigun",
"url": "https://github.com/gigun-dev"
},
"homepage": "https://github.com/gigun-dev/claude-code/tree/main/plugins/deepwiki-mcp",
"repository": "https://github.com/gigun-dev/claude-code",
"keywords": [
"github",
"documentation",
"mcp"
],
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "DeepWiki MCP",
"shortDescription": "GitHub repository documentation Q&A",
"longDescription": "Connect Codex to DeepWiki for repository documentation questions.",
"developerName": "gigun",
"category": "Developer Tools",
"capabilities": [
"Read"
],
"websiteURL": "https://github.com/gigun-dev/claude-code/tree/main/plugins/deepwiki-mcp",
"defaultPrompt": [
"Use DeepWiki to explain this repository."
]
}
}{
"name": "deepwiki-mcp",
"version": "1.0.0",
"description": "DeepWiki MCP server (GitHub repo docs Q&A)",
"author": {
"name": "gigun",
"url": "https://github.com/gigun-dev"
},
"mcpServers": {
"deepwiki": {
"type": "http",
"url": "https://mcp.deepwiki.com/mcp"
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[deepwiki-mcp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/deepwiki-mcp)