nrepl-mcp-server
25
The nREPL MCP Server is a Model Context Protocol server that facilitates interaction with a Clojure nREPL instance for evaluating code and inspecting namespaces. It is compatible with MCP clients like Claude Desktop and CLine in VSCode, providing powerful Clojure integration.
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