Skip to main content
Glama

nREPL MCP Server

by JohanCodinha

connect

Establish a connection to an nREPL server by specifying host and port to evaluate Clojure code, inspect namespaces, and check connection statuses.

Instructions

Connect to an nREPL server. Example: (connect { "localhost" 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" }

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