{"id":24646953,"url":"https://github.com/jonathanfischer97/juliadoc-mcp","last_synced_at":"2025-03-20T16:22:15.646Z","repository":{"id":274081474,"uuid":"921620760","full_name":"jonathanfischer97/juliadoc-mcp","owner":"jonathanfischer97","description":"MCP server for efficiently retrieving Julia docstrings and source code","archived":false,"fork":false,"pushed_at":"2025-01-29T10:29:39.000Z","size":5286,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T06:54:36.781Z","etag":null,"topics":["ai","claude-desktop","julia","julia-language","mcp","mcp-server"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonathanfischer97.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-24T09:45:45.000Z","updated_at":"2025-01-29T10:29:42.000Z","dependencies_parsed_at":"2025-01-24T19:41:00.666Z","dependency_job_id":null,"html_url":"https://github.com/jonathanfischer97/juliadoc-mcp","commit_stats":null,"previous_names":["jonathanfischer97/juliadoc-mcp"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanfischer97%2Fjuliadoc-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanfischer97%2Fjuliadoc-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanfischer97%2Fjuliadoc-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanfischer97%2Fjuliadoc-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathanfischer97","download_url":"https://codeload.github.com/jonathanfischer97/juliadoc-mcp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244647314,"owners_count":20487050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","claude-desktop","julia","julia-language","mcp","mcp-server"],"created_at":"2025-01-25T15:13:33.621Z","updated_at":"2025-03-20T16:22:15.638Z","avatar_url":"https://github.com/jonathanfischer97.png","language":"JavaScript","funding_links":[],"categories":["Developer Tools","Education and Learning","Developer Tools Mcp Servers"],"sub_categories":["How to Submit"],"readme":"# Julia Documentation MCP Server \n![](https://badge.mcpx.dev?type=server 'MCP Server') \n\nAn MCP server that efficiently serves context to Claude Desktop about Julia documentation and source code.\n\n\u003ca href=\"https://glama.ai/mcp/servers/7xy80o4wdp\"\u003e\u003cimg width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/7xy80o4wdp/badge\" alt=\"Julia Documentation Server MCP server\" /\u003e\u003c/a\u003e\n\n## Features\n\n- Get documentation for Julia packages, modules, types, functions, and methods\n- View source code for Julia functions, types, and methods\n- Built-in caching with 5-minute TTL\n- Proper error handling for Julia-specific errors\n\n## Tools\n\n### `get-doc`\nGets Julia documentation for a package, module, type, function, or method.\n- Parameter: `path` (string) - Path to Julia object (e.g., 'Base.sort', 'AbstractArray')\n\n### `get-source`\nGets Julia source code for a function, type, or method.\n- Parameter: `path` (string) - Path to Julia object (e.g., 'Base.sort', 'AbstractArray')\n\n## Requirements\n\n- Node.js 16 or higher\n- Julia 1.9 or higher installed and accessible in PATH\n- Claude Desktop\n\n## Configuration\n\nAdd to your Claude Desktop configuration (`~/Library/Application Support/Claude/claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"juliadoc\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@jonathanfischer97/server-juliadoc\"\n      ],\n      \"env\": {\n        \"JULIA_PROJECT\": \"/path/to/your/julia/project\"\n      }\n    }\n  }\n}\n```\n\nThe server will use:\n- Your specified Julia project if `JULIA_PROJECT` is set in the config\n- The default global Julia environment if no project is specified\n- Your system's default Julia installation (must be accessible in PATH)\n\n## Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/jonathanfischer97/juliadoc-mcp.git\ncd juliadoc-mcp\n\n# Install dependencies\nnpm install\n\n# Build\nnpm run build\n\n# Start server locally\nnpm start\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\nCredit goes to [mrjoshuak/godoc-mcp](https://github.com/mrjoshuak/godoc-mcp) for inspiring this project\n\n## License\n\nMIT License - see LICENSE file for details\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanfischer97%2Fjuliadoc-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanfischer97%2Fjuliadoc-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanfischer97%2Fjuliadoc-mcp/lists"}