Back to Developer Tools
Clojure nREPL
Integrates with Clojure nREPL instances to enable code evaluation, namespace listing, and public var inspection for AI-assisted Clojure development.
Last updated: 1/27/2026
Installation
Add this MCP to your configuration:
{
"mcpServers": {
"clojure-nrepl": {
// See GitHub repository for configuration
}
}
}See the GitHub repository for full installation instructions.