SoDam-WikiMate
AI에게 '정리해줘'라고 하면 흩어진 자료를 옵시디언(원본)에 노트로 정리하고, 관련 노트끼리 연결·분류·요약하고, 선택적으로 노션에 색인하는 Claude Code 플러그인 + 이식형 MCP 코어. 보관함 자동탐지·정리·자동 링크/MOC·자동 분류·요약(원자 노트)·검색(가짜 인용 방지)·볼트 건강검진(중복·깨진 링크·고아 탐지, 삭제 없는 안전 수정)·작업 로그. 사람 승인 게이트·원문 보존 알림·경로/프롬프트 인젝션 방어·무의존.
File Explorer
Download Latest Version (.zip)- marketplace.json
- plugin.json
- pre-commit
- ci.yml
- 01_PRD.md
- 02_DATA_MODEL.md
- 03_PHASES.md
- 04_PROJECT_SPEC.md
- README.md
- RESEARCH_SOURCES.md
- SETUP.md
- SETUP.md
- wikimate-reviewer.md
- wikimate-classify.md
- wikimate-link.md
- wikimate-lint.md
- wikimate-summarize.md
- wikimate.md
- hooks.json
- session-start.mjs
- classify.mjs
- collect.mjs
- fix.mjs
- link.mjs
- lint.mjs
- runlog.mjs
- shared.mjs
- summarize.mjs
- server.mjs
- collect-real.mjs
- e2e-classify-real.mjs
- e2e-collect-cli-real.mjs
- e2e-link-real.mjs
- e2e-moc-real.mjs
- e2e-summarize-real.mjs
- security-scan.mjs
- smoke-server.mjs
- smoke-tools.mjs
- verify-classify.mjs
- verify-collect.mjs
- verify-fix.mjs
- verify-link.mjs
- verify-lint.mjs
- verify-runlog.mjs
- verify-summarize.mjs
- verify-vaults.mjs
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- note.md
- .env.example
- .gitignore
- .mcp.json
- AGENTS.md
- CHECKPOINT.md
- DEVELOPMENT.md
- GEMINI.md
- GUIDE.en.pdf
- GUIDE.ko.pdf
- LICENSE
- NOTICE
- package-lock.json
- package.json
- README.en.html
- README.en.md
- README.en.pdf
- README.html
- README.md
- README.pdf
# Installation Guide
1. Get the code
git clone https://github.com/sodam-ai/SoDam-WikiMate
Downloads the entire project code from GitHub to your computer.
cd SoDam-WikiMate
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
> npm install # 검증용 도구 설치(@modelcontextprotocol/sdk)
Downloads and installs the libraries listed in package.json.
> npm start # MCP 서버를 직접 실행 (보통은 안 해도 됨)
Starts the development/run server.
> npm run verify # 핵심 로직 전부 자동 검증(191개 체크)
Type this command into your terminal and run it.
npm install # 검증용 도구 설치(@modelcontextprotocol/sdk)
Downloads and installs the libraries listed in package.json.
npm run verify # 핵심 로직 전부 자동 검증(191개 체크)
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
