Julia 文档 MCP 服务器
MCP 服务器可以高效地向 Claude Desktop 提供有关 Julia 文档和源代码的上下文。
特征
获取 Julia 包、模块、类型、函数和方法的文档
查看 Julia 函数、类型和方法的源代码
内置缓存,TTL 为 5 分钟
正确处理 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 桌面配置( ~/Library/Application Support/Claude/claude_desktop_config.json ):
服务器将使用:
如果在配置中设置了
JULIA_PROJECT,则指定 Julia 项目如果未指定项目,则默认全局 Julia 环境
系统默认的 Julia 安装(必须可在 PATH 中访问)
发展
贡献
欢迎贡献代码!欢迎提交 Pull 请求。
感谢mrjoshuak/godoc-mcp启发了这个项目
执照
MIT 许可证 - 详情请参阅许可证文件
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
该服务器通过 Claude Desktop 方便访问 Julia 文档和源代码,允许用户检索有关 Julia 包、模块、类型、函数和方法的信息。
Related Resources
Related MCP Servers
- -security-license-qualityThe Claude Dev Server enables direct interaction with the file system within a specified workspace, allowing users to perform file and directory operations and implement code artifacts in software development using natural language commands.
- Asecurity-licenseAqualityThe server facilitates natural language interactions for exploring and understanding codebases, providing insights into data models and system architecture using a cost-effective, simple setup with support for existing Claude Pro subscriptions.Last updated -420
- Asecurity-licenseAqualityA 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 -120
Needle MCP Serverofficial
Asecurity-licenseAqualityA server that allows users to manage documents and perform Claude-powered searches using Needle through the Claude Desktop application.Last updated -81MIT License