Integrations
Supports configuration through environment variables loaded via .env files, enabling customization of server behavior like concurrency and timeout settings.
Mentioned as a contact method for the author through their Bluesky handle, but no explicit integration functionality is described.
Provides deployment options through Docker containers, allowing the MCP server to be containerized and run in various environments.
Deepwiki MCP 서버
이것은 비공식 Deepwiki MCP 서버 입니다.
MCP를 통해 Deepwiki URL을 가져와서 모든 관련 페이지를 크롤링하고 이를 마크다운으로 변환한 다음, 페이지별로 하나의 문서나 목록을 반환합니다.
특징
- 🔒 도메인 안전 : deepwiki.com의 URL만 처리합니다.
- 🧹 HTML 정리 : 헤더, 푸터, 탐색, 스크립트 및 광고를 제거합니다.
- 🔗 링크 재작성 : 마크다운에서 작동하도록 링크를 조정합니다.
- 📄 다양한 출력 형식 : 하나의 문서 또는 구조화된 페이지를 가져옵니다.
- 🚀 성능 : 조정 가능한 동시성 및 깊이를 갖춘 빠른 크롤링
용법
사용할 수 있는 프롬프트:
지엑스피1
전체 문서 가져오기(기본값)
단일 페이지
단축형으로 받으세요
커서
이것을 .cursor/mcp.json
파일에 추가하세요.
MCP 도구 통합
이 패키지는 MCP 호환 클라이언트와 함께 사용할 수 있는 deepwiki_fetch
라는 도구를 등록합니다.
매개변수
url
(필수): Deepwiki 저장소의 시작 URLmode
(선택 사항): 단일 마크다운 문서의 경우 "집계"(기본값) 또는 구조화된 페이지 데이터의 경우 "페이지" 출력 모드maxDepth
(선택 사항): 크롤링할 페이지의 최대 깊이(기본값: 10)
응답 형식
성공 응답(집계 모드)
성공 응답(페이지 모드)
오류 응답
부분적 성공 응답
진행 이벤트
이 도구를 사용하면 크롤링 중에 진행률 이벤트를 받게 됩니다.
지역 개발 - 설치
지역 사용
출처에서
직접 API 호출
HTTP 전송의 경우 직접 API 호출을 할 수 있습니다.
구성
환경 변수
DEEPWIKI_MAX_CONCURRENCY
: 최대 동시 요청 수(기본값: 5)DEEPWIKI_REQUEST_TIMEOUT
: 요청 시간 초과(밀리초) (기본값: 30000)DEEPWIKI_MAX_RETRIES
: 실패한 요청에 대한 최대 재시도 횟수(기본값: 3)DEEPWIKI_RETRY_DELAY
: 재시도 백오프에 대한 기본 지연 시간(밀리초)(기본값: 250)
이를 구성하려면 프로젝트 루트에 .env
파일을 만듭니다.
Docker 배포(테스트되지 않음)
Docker 이미지를 빌드하고 실행합니다.
개발
문제 해결
일반적인 문제
- 권한 거부 : CLI를 실행할 때 EACCES 오류가 발생하면 바이너리를 실행 가능하게 만들어야 합니다.Copy
- 연결 거부 : 포트가 사용 가능하고 방화벽으로 차단되지 않았는지 확인하세요.Copy
- 시간 초과 오류 : 대규모 저장소의 경우 시간 초과 및 동시성을 늘리는 것을 고려하세요.Copy
기여하다
기여를 환영합니다! 자세한 내용은 CONTRIBUTING.md를 참조하세요.
특허
MIT
모래밭
- X/트위터: @kregenrek
- 블루스카이: @kevinkern.dev
행동
- 커서 AI 배우기: 궁극의 커서 코스
- AI를 활용한 소프트웨어 구축 방법 배우기: instructa.ai
다른 프로젝트도 확인해 보세요:
You must be authenticated.
Tools
Deepwiki 문서를 가져와서 Markdown으로 변환하는 MCP 서버로, 사용자가 deepwiki.com 저장소에서 페이지를 크롤링하고 다양한 출력 형식으로 액세스할 수 있도록 해줍니다.
- Features
- Usage
- Cursor
- Local Development - Installation
- Configuration
- Docker Deployment (Untested)
- Development
- Troubleshooting
- Contributing
- License
- Links
- Courses
- See my other projects:
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text) with ease.Last updated -414612TypeScriptMIT License
- -securityAlicense-qualityA Python-based MCP server that crawls websites to extract and save content as markdown files, with features for mapping website structure and links.Last updated -1PythonMIT License
- -securityFlicense-qualityAn MCP server that enables searching and retrieving content from Confluence documentation systems, providing capabilities for both document searches and full page content retrieval.Last updated -Python
- AsecurityFlicenseAqualityA MCP server that allows you to search and retrieve content on any wiki site using MediaWiki with LLMs 🤖. wikipedia.org, fandom.com, wiki.gg and more sites using Mediawiki are supported!Last updated -21Python