wiki-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wiki-mcpsearch for meeting notes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
wiki-mcp
English · 한국어
MCP (Model Context Protocol) 기반 개인 마크다운 위키 관리 서버입니다. 검색, 탐색, 읽기, 쓰기, 삭제, 이동 도구를 제공하며, AGENTS.md 규칙에 따라 index.md를 자동으로 관리합니다.
OpenCode 및 모든 MCP 호환 클라이언트에서 사용 가능합니다.
기능
검색 — 제목, 헤딩, 본문 전체 텍스트 검색
탐색 — 디렉터리 목록 보기, 전체 문서 트리 표시
읽기 — 모든 마크다운 문서 열기
쓰기 — 새 문서 생성 시
index.md에 자동 등록수정 — 문서 편집; 제목 변경 시
index.md자동 갱신삭제 — 문서 삭제 시
index.md항목 및 빈 섹션 자동 정리이동 — 문서 이동 시 원본/대상
index.md모두 갱신디렉터리 생성 — 새 디렉터리와 기본
index.md생성Path traversal 방어 — 모든 경로를 위키 루트 기준으로 검증
Related MCP server: mediawiki-mcp-server
사전 요구사항
Python 3.11+
mcp>=1.0.0(자동 설치됨)
설치
방법 A: 클론 + editable install (개발/수정 필요 시 권장)
git clone https://github.com/icarus-inte01/wiki-mcp.git
cd wiki-mcp
python -m venv .venv
source .venv/bin/activate
pip install -e .방법 B: pip 직접 설치 (읽기 전용)
pip install git+https://github.com/icarus-inte01/wiki-mcp.git설정
OpenCode의 ~/.config/opencode/opencode.jsonc에 MCP 서버를 등록합니다:
{
"mcp": {
"wiki": {
"type": "local",
"command": ["/path/to/wiki-mcp/.venv/bin/python", "-m", "wiki_mcp", "/path/to/wiki/docs"],
"enabled": true
}
}
}/path/to/wiki/docs를 실제 마크다운 위키 디렉터리의 절대 경로로 변경하세요.
도구
도구 | 설명 |
| 키워드로 문서 검색 (제목/헤딩/본문 범위 지정 가능) |
| 디렉터리의 마크다운 문서 목록 표시 |
| 문서 전체 내용 읽기 |
| 디렉터리별 전체 문서 트리 표시 |
| 새 문서 생성 ( |
| 문서 내용 업데이트 (제목 변경 시 |
| 문서 삭제 ( |
| 문서 이동/이름 변경 (원본/대상 |
| 새 디렉터리와 기본 |
index.md 관리 규칙
서버는 AGENTS.md 규칙을 자동으로 따릅니다:
새 파일 생성 → 같은 디렉터리의
index.md에 항목 추가제목 변경 →
index.md항목 갱신파일 삭제 →
index.md에서 항목 제거; 빈 섹션도 함께 정리파일 이동 → 원본
index.md에서 제거, 대상index.md에 추가index.md자체는 자기 자신의 목록에 포함되지 않음
프로젝트 구조
wiki-mcp/
├── wiki_mcp/
│ ├── __init__.py
│ ├── __main__.py # CLI 진입점: python -m wiki_mcp <wiki_root>
│ └── server.py # MCP 서버 (9개 도구)
├── pyproject.toml
├── .gitignore
└── README.md라이선스
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/icarus-inte01/wiki-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server