Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by aplavin • Uncategorized
An MCP server providing AI assistants efficient Julia code execution with persistent sessions.
Fast, stateful Julia code execution across multiple calls.
Isolated Julia environments per project directory.
Automatic session management and crash recovery without manual intervention.
julia-mcp is an MCP server that enables AI assistants to execute Julia code efficiently by maintaining persistent Julia sessions that avoid startup and compilation overhead. It isolates sessions per project directory, persists state across calls, and recovers from crashes automatically. The server uses pure stdio transport without open ports, simplifying integration and improving performance for iterative Julia code execution.