What is clojure-eval?
Evaluate Clojure code via nREPL using clj-nrepl-eval. Use this when you need to test code, check if edited files compile, verify function behavior, or interact with a running REPL session. Source: bhauman/clojure-mcp-light.
Evaluate Clojure code via nREPL using clj-nrepl-eval. Use this when you need to test code, check if edited files compile, verify function behavior, or interact with a running REPL session.
Quickly install clojure-eval AI skill to your development environment via command line
Source: bhauman/clojure-mcp-light.
The clj-nrepl-eval command evaluates Clojure code against an nREPL server. Session state persists between evaluations, so you can require a namespace in one evaluation and use it in subsequent calls. Each host:port combination maintains its own session file.
First, discover what nREPL servers are running in the current directory:
This will show all nREPL servers (Clojure, Babashka, shadow-cljs, etc.) running in the current project directory.
Evaluate Clojure code via nREPL using clj-nrepl-eval. Use this when you need to test code, check if edited files compile, verify function behavior, or interact with a running REPL session. Source: bhauman/clojure-mcp-light.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/bhauman/clojure-mcp-light --skill clojure-evalEvaluate Clojure code via nREPL using clj-nrepl-eval. Use this when you need to test code, check if edited files compile, verify function behavior, or interact with a running REPL session. Source: bhauman/clojure-mcp-light.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bhauman/clojure-mcp-light --skill clojure-eval Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/bhauman/clojure-mcp-light