mcp-nrepl
Verified Safeby ctford
Overview
A minimal and fast Model Context Protocol (MCP) server implementation for Clojure's nREPL, enabling AI assistants to interact with the Clojure REPL for coding tasks.
Installation
bb mcp-nrepl.bb --bridgeSecurity Notes
This server is explicitly designed to grant full REPL access to AI assistants, which inherently allows arbitrary code execution, file system access, network access, and environment access with the user's permissions. The project documentation transparently highlights these significant security implications. While there are no hidden malicious patterns or obfuscation, and no hardcoded secrets were found, users must fully trust the AI assistant and understand these risks before deployment, as misuse could lead to severe consequences.
Similar Servers
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
mcphub.nvim
Integrates Model Context Protocol (MCP) servers with Neovim to enable AI agent interaction for tools, resources, and prompts within the editing workflow.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
haskell-mcp-server
Provides a fully-featured Haskell library for building Model Context Protocol (MCP) servers to enable AI agent interaction.