nREPL MCP Server
nRepl mcp server for clojure. Enables interaction with a running Clojure nREPL instance, allowing evaluation of Clojure code, namespace inspection, and other utilities via MCP.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install JohanCodinha/nrepl-mcp-server -c claude
This command will automatically install and configure the nREPL MCP Server MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"nREPL MCP Server": {
"command": "npx",
"args": [
"nrepl-mcp-server"
],
"disabled": false,
"autoApprove": []
}
}
}
Details:
Stars
27Forks
6Last commit
3 days agoRepository age
4 months
Auto-fetched from GitHub .
MCP servers similar to nREPL MCP Server:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit