SoDam-WikiMate

(★ 51)

AI에게 '정리해줘'라고 하면 흩어진 자료를 옵시디언(원본)에 노트로 정리하고, 관련 노트끼리 연결·분류·요약하고, 선택적으로 노션에 색인하는 Claude Code 플러그인 + 이식형 MCP 코어. 보관함 자동탐지·정리·자동 링크/MOC·자동 분류·요약(원자 노트)·검색(가짜 인용 방지)·볼트 건강검진(중복·깨진 링크·고아 탐지, 삭제 없는 안전 수정)·작업 로그. 사람 승인 게이트·원문 보존 알림·경로/프롬프트 인젝션 방어·무의존.

  • .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 Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
> 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