nREPL MCP Server

connect

Connect to an nREPL server. Example: (connect {:host "localhost" :port 1234})

Input Schema

NameRequiredDescriptionDefault
hostYesnREPL server host
portYesnREPL server port

Input Schema (JSON Schema)

{ "properties": { "host": { "description": "nREPL server host", "type": "string" }, "port": { "description": "nREPL server port", "type": "number" } }, "required": [ "host", "port" ], "type": "object" }

You must be authenticated.

Other Tools