JohanCodinha/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.
Platform-specific configuration:
{
"mcpServers": {
"nrepl-mcp-server": {
"command": "npx",
"args": [
"-y",
"nrepl-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...