Skip to main content
Glama

mcp-server-dlis

by houtj

DLIS MCP 서버

DLIS(Digital Log Interchange Standard) 파일 분석 기능을 제공하는 모델 컨텍스트 프로토콜(Model Context Protocol) 서버입니다. 이 서버를 통해 LLM은 계층적 데이터 구조를 지원하여 채널 데이터 및 메타데이터를 포함한 DLIS 파일에서 정보를 추출할 수 있습니다.

특징

  • DLIS 파일에서 채널 데이터 추출
  • DLIS 파일 메타데이터 분석
  • 계층적 데이터 구조 지원
  • LLM 애플리케이션과의 쉬운 통합

설치

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 파일의 경로

사용 예

  1. DLIS 파일에서 채널 추출:
{ "name": "extract_channels", "arguments": { "file_path": "path/to/your/dlis_file.dlis" } }

응답:

{ "output_path": "path/to/the/output/folder" }
  1. 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

클로드에 대한 질문의 예

  1. "path/to/dlis/file.dlis에 있는 이 DLIS 파일에서 어떤 채널을 사용할 수 있나요?"
  2. "path/to/dlis/file.dlis에 있는 이 DLIS 파일의 메타데이터 구조를 보여주세요"
  3. "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 파일을 참조하십시오.

-
security - not tested
A
license - permissive license
-
quality - not tested

DLIS(Digital Log Interchange Standard) 파일 분석 기능을 제공하는 모델 컨텍스트 프로토콜(Model Context Protocol) 서버입니다. 이 서버를 통해 LLM은 계층적 데이터 구조를 지원하여 채널 데이터 및 메타데이터를 포함한 DLIS 파일에서 정보를 추출할 수 있습니다.

  1. 특징
    1. 설치
      1. pip 사용하기
    2. 구성
      1. Claude.app에 대한 구성
    3. 사용 가능한 도구
      1. 사용 예
        1. 디버깅
          1. 클로드에 대한 질문의 예
            1. 기여하다
              1. 특허

                Related MCP Servers

                • A
                  security
                  A
                  license
                  A
                  quality
                  A 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 -
                  6
                  12
                  23
                  JavaScript
                  MIT License
                  • Linux
                  • Apple
                • -
                  security
                  F
                  license
                  -
                  quality
                  A Model Context Protocol server that enables LLMs to extract and use content from unstructured documents across a wide variety of file formats.
                  Last updated -
                  6
                  Python
                  • Apple
                • -
                  security
                  A
                  license
                  -
                  quality
                  A 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 -
                  2
                  Python
                  MIT License
                  • Linux
                  • Apple
                • A
                  security
                  F
                  license
                  A
                  quality
                  A 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 -
                  4
                  39
                  13
                  TypeScript

                View all related MCP servers

                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/houtj/dlis_mcp_server'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server