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 claudeThis 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 claudeAfter 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
5 months agoRepository age
9 months
Auto-fetched from GitHub .
MCP servers similar to nREPL MCP Server:
Stars
Forks
Last commit
Stars
Forks
Last commit
Stars
Forks
Last commit