jonathanfischer97/juliadoc-mcp
If you are the rightful owner of juliadoc-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server that efficiently serves context to Claude Desktop about Julia documentation and source code.
Tools
Functions exposed to the LLM to take actions
get-doc
Gets Julia documentation for a package, module, type, function, or method. Parameter: path
(string) - Path to Julia object (e.g., 'Base.sort', 'AbstractArray')
get-source
Gets Julia source code for a function, type, or method. Parameter: path
(string) - Path to Julia object (e.g., 'Base.sort', 'AbstractArray')
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client