-
Notifications
You must be signed in to change notification settings - Fork 737
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Add DeepWiki MCP as a built-in MCP server option. DeepWiki provides AI-generated documentation and Q&A for any public GitHub repository - it can be very useful to Librarian agents.
What is DeepWiki?
DeepWiki (deepwiki.com) automatically generates architecture diagrams, documentation, and source links for GitHub repositories. It's free for public repos and requires no authentication.
MCP Server Details
- Base URL:
https://mcp.deepwiki.com/ - Protocols: SSE (
/sse) or Streamable HTTP (/mcp) - Auth: None required (public repos)
Available Tools
| Tool | Purpose |
|---|---|
read_wiki_structure |
Get list of documentation topics for a repo |
read_wiki_contents |
View generated documentation for a repo |
ask_question |
Ask any question about a repo, get AI-powered answer |
Use Cases
- Quickly understand unfamiliar open-source libraries
- Get architecture overviews before diving into code
- Ask specific questions about library internals
- Complement Context7 for broader documentation coverage
Configuration Example
{
"mcpServers": {
"deepwiki": {
"serverUrl": "https://mcp.deepwiki.com/sse"
}
}
}References
afafara, sngweizhi, pjbeyer, OmerFarukOruc, decadeneo and 1 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request