Back to Home
franks42 icon

mcp-nrepl-joyride

Verified Safe

by franks42

Overview

A Babashka-based MCP server that bridges Claude Code (AI) with VS Code's Joyride nREPL server for AI-assisted Clojure development and editor automation.

Installation

Run Command
uv run python mcp_server_manager.py start

Environment Variables

  • JOYRIDE_WORKSPACE
  • MCP_DEBUG
  • MCP_HTTP_PORT
  • NREPL_PORT

Security Notes

The server's core function is to execute arbitrary Clojure code via nREPL operations ('eval'). While this is its intended purpose for AI-assisted development, it means that any code passed to it (e.g., by a compromised or misbehaving AI agent) will be executed. The system relies on Joyride's sandboxed environment within VS Code and primarily uses local-only connections, mitigating external network risks. However, the inherent power of arbitrary code execution warrants a moderate security score.

Similar Servers

Stats

Interest Score26
Security Score5
Cost ClassLow
Avg Tokens100
Stars1
Forks0
Last Update2025-11-20

Tags

ClojurenREPLVS CodeBabashkaAI IntegrationMCP ProtocolEditor Automation