Skip to main content
Glama

Julia Documentation MCP Server

explore-project

Analyze and visualize the structure and dependencies of a Julia project by specifying its path. Gain insights into package relationships and project organization.

Instructions

Explore a Julia project's structure and dependencies

Input Schema

NameRequiredDescriptionDefault
pathYesPath to Julia project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "description": "Path to Julia project", "type": "string" } }, "required": [ "path" ], "type": "object" }
Install Server

You must to connect to the server.

Other Tools from Julia Documentation MCP Server

Related Tools

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