by aplavin · MCP Server · ★ 68
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
julia-mcp MCP server that gives AI assistants access to efficient Julia code execution. Avoids Julia's startup and compilation costs by keeping sessions alive across calls, and persists state (variables, functions, loaded packages) between them — so each iteration is fast. Sessions start on demand, persist state between calls, and recover from crashes — no manual management Each project directory gets its own isolated Julia process Pure stdio transport — no open ports or sockets Tools juliaeval(code, envpath?, timeout?) — execute Julia code in a persistent session. sets the Julia project directory (omit for a temporary session). defaults to 60s and is auto-disabled for operations. juliarestart(envpath?) — restart a session, clearing all state. If is omitted, restarts the temporary session.
| Stars | 68 |
| Forks | 12 |
| Language | Python |
| Category | MCP Server |
| License | MIT |
| Quality Score | 74.0792867332492/100 |
| Open Issues | 5 |
| Last Updated | 2026-06-11 |
| Created | 2026-02-01 |
| Platforms | mcp, python |
| Est. Tokens | ~5k |
These tools work well together with julia-mcp for enhanced workflows:
Looking for a julia-mcp alternative? If you're comparing julia-mcp with other mcp server tools, these 4 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
MCP server giving AI agents full access to Julia's runtime via a live Gate — code execution, introspection, de
Skill + MCP server to turn your agent into an RLM. Load context, iterate with search/code/think tools, converg
self-extending sandboxed agentic harness. a loop, two tools and an llm
Sage Mode for F# development — REPL with solution or project loading, Live Testing for FREE, Hot Reload, and s
Explore other popular mcp server tools:
julia-mcp is MCP server for persistent Julia sessions — fast iteration without startup/compilation overhead. It is categorized as a MCP Server with 68 GitHub stars.
julia-mcp is primarily written in Python. It covers topics such as ai, julia, llm.
You can find installation instructions and usage details in the julia-mcp GitHub repository at github.com/aplavin/julia-mcp. The project has 68 stars and 12 forks, indicating an active community.
julia-mcp is released under the MIT license, making it free to use and modify according to the license terms.
The top alternatives to julia-mcp on Agent Skills Hub include Kaimon.jl, aleph, mi. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.