JohanCodinha_nrepl-mcp-server
0
The nREPL MCP Server is a Model Context Protocol server that facilitates interaction with a Clojure nREPL environment through MCP clients like Claude Desktop and CLine. It supports evaluating Clojure code, namespace inspection, and retrieving connection status.
npx nrepl-mcp-server
Run the server quickly without cloning the repository
npm install
Installation project dependencies
npm run build
Compile TypeScript into JavaScript
npm start
Run the server in production mode
npm run dev
Run the server in development mode, support real-time changes