npx skills add https://github.com/aahl/skills --skill mcp-deepwikiDeepWiki MCP 服务器提供对 DeepWiki 公共仓库文档和搜索功能(Ask Devin)的程序化访问。
MCP 服务器 URL : https://mcp.deepwiki.com/mcp
该工具的结果由 AI 生成,需要至少 1 分钟或更长的超时时间。
npx -y mcporter call "${MCP_URL}.ask_question" repoName:owner/repo question:"用户的问题"npx -y mcporter call "${MCP_URL}.read_wiki_structure" repoName:owner/reponpx -y mcporter call "${MCP_URL}.read_wiki_contents" repoName:owner/repo/**
* 获取 GitHub 仓库的文档主题列表。
* 参数:
* repoName: 格式为 owner/repo 的 GitHub 仓库(例如 "facebook/react")
*/
function read_wiki_structure(repoName: string): object;
{
"type": "object",
"properties": {
"repoName": {
"type": "string"
}
},
"required": [
"repoName"
]
}
/**
* 查看 GitHub 仓库的文档。
* 参数:
* repoName: 格式为 owner/repo 的 GitHub 仓库(例如 "facebook/react")
*/
function read_wiki_contents(repoName: string): object;
{
"type": "object",
"properties": {
"repoName": {
"type": "string"
}
},
"required": [
"repoName"
]
}
/**
* 提出关于 GitHub 仓库的任何问题,并获得由 AI 驱动的、基于上下文的回答。
* 参数:
* repoName: 格式为 owner/repo 的 GitHub 仓库或仓库列表(最多 10 个)
* question: 关于该仓库要提出的问题
*/
function ask_question(repoName: unknown, question: string): object;
{
"type": "object",
"properties": {
"repoName": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"question": {
"type": "string"
}
},
"required": [
"repoName",
"question"
]
}
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
每周安装量
243
代码仓库
GitHub 星标数
79
首次出现
13 天前
安全审计
安装于
codex240
gemini-cli238
amp238
github-copilot238
opencode238
cursor238
The DeepWiki MCP server provides programmatic access to DeepWiki’s public repository documentation and search capabilities (Ask Devin).
MCP Server URL : https://mcp.deepwiki.com/mcp
The tool's results are generated by AI, requiring at least 1 minute or more of timeout time.
npx -y mcporter call "${MCP_URL}.ask_question" repoName:owner/repo question:"User's questions"npx -y mcporter call "${MCP_URL}.read_wiki_structure" repoName:owner/reponpx -y mcporter call "${MCP_URL}.read_wiki_contents" repoName:owner/repo/**
* Get a list of documentation topics for a GitHub repository.
* Args:
* repoName: GitHub repository in owner/repo format (e.g. "facebook/react")
*/
function read_wiki_structure(repoName: string): object;
{
"type": "object",
"properties": {
"repoName": {
"type": "string"
}
},
"required": [
"repoName"
]
}
/**
* View documentation about a GitHub repository.
* Args:
* repoName: GitHub repository in owner/repo format (e.g. "facebook/react")
*/
function read_wiki_contents(repoName: string): object;
{
"type": "object",
"properties": {
"repoName": {
"type": "string"
}
},
"required": [
"repoName"
]
}
/**
* Ask any question about a GitHub repository and get an AI-powered, context-grounded response.
* Args:
* repoName: GitHub repository or list of repositories (max 10) in owner/repo format
* question: The question to ask about the repository
*/
function ask_question(repoName: unknown, question: string): object;
{
"type": "object",
"properties": {
"repoName": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"question": {
"type": "string"
}
},
"required": [
"repoName",
"question"
]
}
Weekly Installs
243
Repository
GitHub Stars
79
First Seen
13 days ago
Security Audits
Gen Agent Trust HubFailSocketPassSnykWarn
Installed on
codex240
gemini-cli238
amp238
github-copilot238
opencode238
cursor238
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
138,300 周安装
Convex 快速入门指南:5分钟搭建全栈应用,支持React/Next.js/Vue/Svelte
10,000 周安装
Memory-Merger:AI辅助记忆合并工具,优化VS Code提示词管理,减少冗余知识
9,300 周安装
Gmail 收件箱快速处理工具 - gws-gmail-triage 命令使用指南 | Google Workspace CLI
9,500 周安装
GWS Gmail 发送邮件命令:通过命令行快速发送Gmail邮件(支持附件、HTML、草稿)
9,400 周安装
FastAPI项目模板:生产就绪的异步REST API与微服务开发最佳实践
9,500 周安装
NestJS最佳实践指南:40条规则提升架构、性能与安全性
9,500 周安装