Repl MCP
UnclaimedModel Context Protocol Clojure support including REPL integration with development tools.
Install
claude mcp add repl-mcp -- clojure -M:repl-mcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (26)
add-libs
Hot-load dependencies (Clojure 1.12+)
analyze-project
Get full AST analysis data for projects
call-hierarchy
Analyze function call relationships
check-namespace
Verify namespace availability
clean-ns
Clean and organize namespaces
create-test-skeleton
Generate comprehensive test templates
eval
Evaluate Clojure code in the nREPL session
extract-function
Extract code into new functions
find-function-definition
Locate function definitions
find-symbol
Find symbol occurrences
find-unused-vars
Find all unused variables and functions
find-var-definitions
Find variable and function definitions
find-var-usages
Find all usages of variables and functions
format-code
Format code using cljfmt
inline-function
Inline function calls
lint-code
Lint code with clj-kondo
lint-project
Lint entire directories
load-file
Load Clojure files into the REPL
profile-alloc
Profile memory allocations
profile-cpu
Profile CPU usage with flamegraphs
rename-function-across-project
Rename functions project-wide
setup-clj-kondo
Initialize clj-kondo configuration
sync-deps
Sync deps.edn dependencies
test-all
Run all project tests
test-var-query
Run specific tests
usage-finder
Find all symbol usages with context