DLIS MCP 서버
DLIS(Digital Log Interchange Standard) 파일 분석 기능을 제공하는 모델 컨텍스트 프로토콜(Model Context Protocol) 서버입니다. 이 서버를 통해 LLM은 계층적 데이터 구조를 지원하여 채널 데이터 및 메타데이터를 포함한 DLIS 파일에서 정보를 추출할 수 있습니다.
특징
- DLIS 파일에서 채널 데이터 추출
- DLIS 파일 메타데이터 분석
- 계층적 데이터 구조 지원
- LLM 애플리케이션과의 쉬운 통합
설치
pip 사용하기
지엑스피1
설치 후 다음을 사용하여 스크립트로 실행할 수 있습니다.
구성
Claude.app에 대한 구성
Claude 설정에 추가:
사용 가능한 도구
extract_channels
- DLIS 파일에서 모든 채널을 추출하여 폴더 구조로 저장합니다.- 필수 인수:
file_path
: 분석할 DLIS 파일의 경로
- 필수 인수:
get Metadata
- 계층적 구조를 가진 DLIS 파일에서 메타데이터를 추출합니다.- 필수 인수:
file_path
: 분석할 DLIS 파일의 경로
- 필수 인수:
사용 예
- DLIS 파일에서 채널 추출:
응답:
- DLIS 파일에서 메타데이터 가져오기:
응답:
디버깅
MCP 검사기를 사용하여 서버를 디버깅할 수 있습니다.
클로드에 대한 질문의 예
- "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
DLIS(Digital Log Interchange Standard) 파일 분석 기능을 제공하는 모델 컨텍스트 프로토콜(Model Context Protocol) 서버입니다. 이 서버를 통해 LLM은 계층적 데이터 구조를 지원하여 채널 데이터 및 메타데이터를 포함한 DLIS 파일에서 정보를 추출할 수 있습니다.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.Last updated -61223JavaScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables LLMs to extract and use content from unstructured documents across a wide variety of file formats.Last updated -6Python
- -securityAlicense-qualityA Model Context Protocol server that enables token-aware directory exploration and file analysis for LLMs, helping them understand codebases through intelligent scanning and reporting.Last updated -2PythonMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables LLMs to explore and interact with API specifications by providing tools for loading, browsing, and getting detailed information about API endpoints.Last updated -43913TypeScript