DLIS MCP 서버
DLIS(Digital Log Interchange Standard) 파일 분석 기능을 제공하는 모델 컨텍스트 프로토콜(Model Context Protocol) 서버입니다. 이 서버를 통해 LLM은 계층적 데이터 구조를 지원하여 채널 데이터 및 메타데이터를 포함한 DLIS 파일에서 정보를 추출할 수 있습니다.
특징
DLIS 파일에서 채널 데이터 추출
DLIS 파일 메타데이터 분석
계층적 데이터 구조 지원
LLM 애플리케이션과의 쉬운 통합
Related MCP server: Unstructured Document Processor MCP
설치
pip 사용하기
지엑스피1
설치 후 다음을 사용하여 스크립트로 실행할 수 있습니다.
python -m mcp_server_dlis구성
Claude.app에 대한 구성
Claude 설정에 추가:
"mcpServers": {
"dlis": {
"command": "python",
"args": ["-m", "mcp_server_time"]
}
}사용 가능한 도구
extract_channels- DLIS 파일에서 모든 채널을 추출하여 폴더 구조로 저장합니다.필수 인수:
file_path: 분석할 DLIS 파일의 경로
get Metadata- 계층적 구조를 가진 DLIS 파일에서 메타데이터를 추출합니다.필수 인수:
file_path: 분석할 DLIS 파일의 경로
사용 예
DLIS 파일에서 채널 추출:
{
"name": "extract_channels",
"arguments": {
"file_path": "path/to/your/dlis_file.dlis"
}
}응답:
{
"output_path": "path/to/the/output/folder"
}DLIS 파일에서 메타데이터 가져오기:
{
"name": "extract_channels",
"arguments": {
"file_path": "path/to/your/dlis_file.dlis"
}
}응답:
{
"output_path": "path/to/the/output/file.txt"
}디버깅
MCP 검사기를 사용하여 서버를 디버깅할 수 있습니다.
npx @modelcontextprotocol/inspector mcp_server_dlis클로드에 대한 질문의 예
"path/to/dlis/file.dlis에 있는 이 DLIS 파일에서 어떤 채널을 사용할 수 있나요?"
"path/to/dlis/file.dlis에 있는 이 DLIS 파일의 메타데이터 구조를 보여주세요"
"path/to/dlis/file.dlis에 있는 이 DLIS 파일에서 모든 채널을 추출합니다."
기여하다
mcp_server_dlis 확장 및 개선을 위한 여러분의 참여를 기다립니다. 새로운 DLIS 분석 도구 추가, 기존 기능 개선, 문서 개선 등 어떤 목적이든 여러분의 의견은 소중합니다.
다른 MCP 서버 및 구현 패턴의 예는 https://github.com/modelcontextprotocol/servers를 참조하세요.
풀 리퀘스트를 환영합니다! mcp_server_dlis를 더욱 강력하고 유용하게 만들기 위한 새로운 아이디어, 버그 수정, 개선 사항을 자유롭게 공유해 주세요.
특허
mcp_server_dlis는 MIT 라이선스에 따라 라이선스가 부여됩니다. 즉, MIT 라이선스의 조건에 따라 소프트웨어를 자유롭게 사용, 수정 및 배포할 수 있습니다. 자세한 내용은 프로젝트 저장소의 LICENSE 파일을 참조하십시오.
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.