Skip to main content
Glama

Julia Documentation MCP Server

Julia 문서 MCP 서버

Claude Desktop에 Julia 문서와 소스 코드에 대한 컨텍스트를 효율적으로 제공하는 MCP 서버입니다.

특징

  • Julia 패키지, 모듈, 유형, 함수 및 메서드에 대한 설명서를 받으세요
  • Julia 함수, 유형 및 메서드의 소스 코드 보기
  • 5분 TTL을 갖춘 내장 캐싱
  • Julia 관련 오류에 대한 적절한 오류 처리

도구

get-doc

패키지, 모듈, 유형, 함수 또는 메서드에 대한 Julia 문서를 가져옵니다.

  • 매개변수: path (문자열) - Julia 객체 경로(예: 'Base.sort', 'AbstractArray')

get-source

함수, 유형 또는 메서드에 대한 Julia 소스 코드를 가져옵니다.

  • 매개변수: path (문자열) - Julia 객체 경로(예: 'Base.sort', 'AbstractArray')

요구 사항

  • Node.js 16 이상
  • Julia 1.9 이상이 설치되어 PATH에 접근 가능
  • 클로드 데스크탑

구성

Claude Desktop 구성에 다음을 추가합니다( ~/Library/Application Support/Claude/claude_desktop_config.json ):

지엑스피1

서버는 다음을 사용합니다.

  • JULIA_PROJECT config에 설정된 경우 지정된 Julia 프로젝트
  • 프로젝트가 지정되지 않은 경우 기본 글로벌 Julia 환경
  • 시스템의 기본 Julia 설치(PATH에서 접근 가능해야 함)

개발

# Clone the repository git clone https://github.com/jonathanfischer97/juliadoc-mcp.git cd juliadoc-mcp # Install dependencies npm install # Build npm run build # Start server locally npm start

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

이 프로젝트에 영감을 준 mrjoshuak/godoc-mcp 에게 감사드립니다.

특허

MIT 라이센스 - 자세한 내용은 라이센스 파일을 참조하세요.

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

이 서버는 Claude Desktop을 통해 Julia 문서와 소스 코드에 대한 액세스를 용이하게 하여 사용자가 Julia 패키지, 모듈, 유형, 함수 및 메서드에 대한 정보를 검색할 수 있도록 합니다.

  1. 특징
    1. 도구
      1. get-doc
      2. get-source
    2. 요구 사항
      1. 구성
        1. 개발
          1. 기여하다
            1. 특허

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that connects GitHub code to Claude.ai. This server utilizes the Pera1 service to extract code from GitHub repositories and provide better context to Claude.
                Last updated -
                1
                31
                1
                JavaScript
                MIT License
                • Apple
              • A
                security
                F
                license
                A
                quality
                A server that enables Claude Desktop users to access the Claude API directly, allowing them to bypass Professional Plan limitations and use advanced features like custom system prompts and conversation management.
                Last updated -
                1
                5
                Python
                • Apple
              • -
                security
                A
                license
                -
                quality
                A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.
                Last updated -
                2
                Python
                MIT License
                • Linux
                • Apple
              • -
                security
                A
                license
                -
                quality
                A server that provides access to the tidymodels R ecosystem, enabling users to list packages, search functions, generate code templates, and search issues through AI assistants like Cline.bot and Claude Desktop.
                Last updated -
                JavaScript
                MIT License
                • Apple
                • Linux

              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/jonathanfischer97/juliadoc-mcp'

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