Julia Info
Show Julia session information (version, project, variables, loaded modules, Revise status)
Julia Log
Control the log viewer for real-time Julia output
AgentREPL Jl
STDIO-based MCP server for persistent Julia REPL sessions, eliminating TTFX overhead for AI coding assistants
Run Agentrepl
Build, run, and drive the AgentREPL.jl MCP server. Use when asked to start AgentREPL, launch the Julia REPL MCP server, run its tests, eval Julia code through it, render a plot, or confirm a change works against the running server.
Julia Revise
Hot-reload Julia code changes using Revise.jl without restarting the session
Julia Reset
Kill and respawn the Julia worker (hard reset)
Julia Plot
Activates when user asks to plot, chart, or visualize data in the Julia REPL.
Julia Evaluation
Activates when user asks to run, evaluate, or test Julia code in a persistent REPL session, or mentions Julia REPL, Julia session, or hot-reloading Julia changes.
Julia Session
Manage multiple Julia REPL sessions (create, switch, list, destroy)
Julia Develop
Set up a Julia development workflow with Revise hot-reloading
Julia Activate
Activate a Julia project/environment for the session
Julia Pkg
Manage Julia packages (add, remove, status, update, test, develop)