Skip to content

Feature Request: Add DeepWiki MCP Integration #506

@kithawk

Description

@kithawk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions