Julia Documentation MCP Server
Julia ドキュメント MCP サーバー
Julia のドキュメントとソース コードに関するコンテキストを Claude Desktop に効率的に提供する MCP サーバー。
特徴
Juliaのパッケージ、モジュール、型、関数、メソッドのドキュメントを入手します
Julia の関数、型、メソッドのソースコードを表示する
5分TTLのキャッシュを内蔵
Julia固有のエラーに対する適切なエラー処理
Related MCP server: MCP Documentation Server
ツール
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 ) に追加します。
{
"mcpServers": {
"juliadoc": {
"command": "npx",
"args": [
"-y",
"@jonathanfischer97/server-juliadoc"
],
"env": {
"JULIA_PROJECT": "/path/to/your/julia/project"
}
}
}
}サーバーは以下を使用します:
configで
JULIA_PROJECTが設定されている場合は、指定された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ライセンス - 詳細はLICENSEファイルを参照
This server cannot be deployed
Maintenance
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
MCP server for opencode documentation, generated by doc2mcp.
MCP server for agentverse documentation, generated by doc2mcp.
MCP server for querying Forkast documentation
Related MCP Servers
- AlicenseBqualityFmaintenanceA server facilitating web search functionality by utilizing Perplexity AI's API, designed to integrate with the Claude desktop client for enhanced search queries.1308MIT
- FlicenseNot gradedqualityDmaintenanceA smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration.10-

Needle MCP Serverofficial
AlicenseAqualityDmaintenanceA server that allows users to manage documents and perform Claude-powered searches using Needle through the Claude Desktop application.7102MIT
Inkeep MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceA server that connects Claude to your documentation via Inkeep's API, enabling AI-powered interactions with your documentation content.25MIT