Skip to main content
Glama

nREPL MCP Server

by JohanCodinha

connect

Establish a connection to an nREPL server by specifying the host and port, enabling Clojure code evaluation, namespace inspection, and monitoring connection status for MCP-compatible clients.

Instructions

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 from nREPL MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JohanCodinha/nrepl-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server