Nrepl MCP Server

v1.0.0APIsstable

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

code-execution
Share:
0
Stars
0
Downloads
0
Weekly
0/5

About

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

Features

  • connect
  • eval_form
  • get_ns_vars

Use Cases

Connect to an nREPL server. Example: (connect {:host 'localhost' :port 1234})
Evaluate Clojure code in a specific namespace or the current one. Examples: - Define and call a function: {'code': '(defn greet [name] (str \'Hello, \' name \'!\'))(greet \'World\'))'} - Reload code: {'code': '(clj-reload.core/reload)'} - Evaluate in
Get all public vars (functions, values) in a namespace with their metadata and current values. Example: - List main namespace vars: (get_ns_vars {:ns 'main'}) Returns a map where keys are var names and values contain: - :meta - Metadata including :do
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y nrepl-mcp-server

Manual Installation

npx -y nrepl-mcp-server

Examples

Basic Configuration

Configure Nrepl MCP Server

npx -y nrepl-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

{ "mcpServers": { "nrepl": { "command": "npx", "args": ["-y", "nrepl-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Nrepl MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides