Enables interaction with a running Clojure nREPL instance via Model Context Protocol (MCP) for code evaluation, namespace inspection, and other utilities.
Nrepl provides an MCP server designed for interacting with Clojure nREPL instances. It allows MCP clients like Claude Desktop or CLine in VSCode (and, by extension, LLMs used with CLine) to connect to a running nREPL server and perform actions such as evaluating Clojure code, listing namespaces, inspecting public vars, and fetching nREPL connection status. This facilitates seamless integration of Clojure development workflows within MCP-compatible environments.