Back to Home
UrbanDiver icon

local-deepwiki-mcp

Verified Safe

by UrbanDiver

Overview

The server generates DeepWiki-style documentation for private repositories, offers RAG-based Q&A, and deep research capabilities, all while prioritizing local execution for privacy.

Installation

Run Command
uv run local-deepwiki

Environment Variables

  • ANTHROPIC_API_KEY
  • OPENAI_API_KEY

Security Notes

The server makes justified use of `subprocess.run` for Git operations and Mermaid CLI (mmdc) for diagram rendering, which are necessary for its core documentation generation features. Input paths for reading wiki pages are validated using `Path.resolve()` and `is_relative_to()` to prevent path traversal attacks. LLM interactions involve sending code context and user queries to external or local LLM providers, carrying inherent prompt injection risks common to RAG systems, but the system's prompts are designed to ground the LLM and API keys are expected as environment variables. No direct arbitrary `eval` or `os.system` calls on user input were identified.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens10000
Stars0
Forks0
Last Update2026-01-17

Tags

AIRAGDocumentationCode AnalysisLLMLocalPrivacyDeveloper ToolsDeep Research