policy-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., "@policy-mcpSearch for policies about data privacy"
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.
policy-mcp
정책 문서를 벡터 검색으로 Claude.ai에 연결하는 MCP 서버입니다.
폴더 구조
policy-mcp/
├── pyproject.toml
├── docs/ ← 정책 문서 여기에 (.txt .md .pdf)
├── chroma_db/ ← 자동 생성 (벡터 DB)
└── src/policy_mcp/
├── config.py ← 공유 설정
├── indexer.py ← 문서 인덱싱
└── server.py ← MCP 서버시작하기
1. uv 설치 (없는 경우)
curl -LsSf https://astral.sh/uv/install.sh | sh2. 의존성 설치
cd policy-mcp
uv sync3. 문서 준비
docs/ 폴더에 정책 문서를 넣으세요. (.txt, .md, .pdf 지원)
4. 문서 인덱싱 (최초 1회 / 문서 변경 시)
uv run index첫 실행 시 한국어 임베딩 모델 (~400MB) 이 자동으로 다운로드됩니다.
5. MCP 서버 실행
uv run serve6. ngrok으로 외부 공개
ngrok http 8000
# → https://xxxx.ngrok-free.app7. Claude.ai에서 연결
Settings → Integrations → Add MCP server
https://xxxx.ngrok-free.app/mcp환경 변수
변수 | 기본값 | 설명 |
|
| 정책 문서 폴더 경로 |
|
| 벡터 DB 저장 경로 |
|
| 서버 바인드 주소 |
|
| 서버 포트 |
POLICY_DOCS_DIR=/Users/me/정책문서 uv run index
POLICY_DOCS_DIR=/Users/me/정책문서 uv run serveClaude.ai 사용 예시
연결 후 대화창에서:
"정책 문서 목록 보여줘"
"개인정보 수집 동의 절차 알려줘"
"보안 사고 발생하면 어떻게 해야 해?"
"보안정책.md 전체 내용 읽어줘"
제공 도구 (MCP Tools)
도구 | 설명 |
| 인덱싱된 문서 목록 조회 |
| 자연어 의미 기반 검색 |
| 특정 문서 전문 조회 |
This server cannot be installed
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/junhyeok0703/policy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server