An MCP (Model Context Protocol) server that gives LLM clients access to a sandboxed, stateful Julia execution environment running in Docker.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"julia-mcp-server": {
"command": "npx",
"args": [
"-y",
"mthelm85/julia-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add julia-mcp-server npx -y mthelm85/julia-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"julia-mcp-server": {
"command": "npx",
"args": [
"-y",
"mthelm85/julia-mcp-server"
]
}
}
}