AI에게 '정리해줘'라고 하면 흩어진 자료를 옵시디언(원본)에 노트로 정리하고 선택적으로 노션에 색인하는 Claude Code 플러그인 + 이식형 MCP 코어. 보관함 자동탐지·정리·검색(가짜 인용 방지)·볼트 건강검진(중복·깨진 링크·고아 탐지, 삭제 없는 안전 수정)·작업 로그. 사람 승인 게이트·경로/프롬프트 인젝션 방어·무의존.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sodam-wikimate": {
"command": "npx",
"args": [
"-y",
"sodam-ai/SoDam-WikiMate"
]
}
}
}
Run in terminal:
claude mcp add sodam-wikimate npx -y sodam-ai/SoDam-WikiMate
Add to .cursor/mcp.json:
{
"mcpServers": {
"sodam-wikimate": {
"command": "npx",
"args": [
"-y",
"sodam-ai/SoDam-WikiMate"
]
}
}
}