Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub samtalki/agentrepl.jl --plugin juliaCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"julia-repl": {
"command": "julia",
"args": [
"--project=${CLAUDE_PLUGIN_ROOT}/..",
"${CLAUDE_PLUGIN_ROOT}/../bin/julia-repl-server"
],
"env": {
"JULIA_REPL_HIGHLIGHT": "true",
"JULIA_REPL_OUTPUT_FORMAT": "ansi"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
juliaCommand-line arguments passed to the server process
Environment variables set when the server starts
JULIA_REPL_HIGHLIGHT=trueJULIA_REPL_OUTPUT_FORMAT=ansiShare bugs, ideas, or general feedback.