mcp-bb-clj
Verified Safeby davidpham87
Overview
Provides an MCP (Model Context Protocol) server and client, implemented in Babashka Clojure, offering a suite of code-centric tools for formatting, linting, and schema validation.
Installation
bb -m mcp-bb-clj.coreSecurity Notes
The 'clj-kondo' tool relies on an external binary that must be installed and available in the system PATH, introducing a dependency on the security and trustworthiness of that binary. The server exposes functionality via HTTP, requiring standard network security practices for deployment. No 'eval' or obvious malicious patterns were identified in the provided code snippet.
Similar Servers
rust-mcp-sdk
A high-performance, asynchronous Rust SDK for building Model Context Protocol (MCP) servers and clients, supporting various transports and authentication methods.
chimp
Builds Model Context Protocol (MCP) servers in Scala 3, exposing type-safe tools over a JSON-RPC HTTP API.
haskell-mcp-server
Provides a fully-featured Haskell library for building Model Context Protocol (MCP) servers to enable AI agent interaction.
mcp-nrepl
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.