Clj Kondo MCP
A Model Context Protocol server providing clj-kondo linting capabilities for Clojure/ClojureScript/EDN files. Useful in environments lacking built-in linting, directly as an MCP server.
About this tool
Clj Kondo MCP
A Model Context Protocol (MCP) server that provides clj-kondo linting capabilities for Clojure, ClojureScript, and EDN files. Useful in environments without built-in linting.
Features
- Implements MCP server for integration with editors or tools supporting the protocol
- Provides linting for Clojure, ClojureScript, and EDN files using clj-kondo
- Supports linting via the
lint_clojuretool call - Accepts absolute file paths for linting and configuration directory
- Automatically detects
.clj-kondoconfig directories, with option to override viaconfigDirparameter - Can be integrated into IDEs or used in desktop environments lacking native linting
- Manual and quick install options
- Can run in watch mode for continuous linting
Installation
- Requires clj-kondo installed and available in system PATH
- Install dependencies as described in the repository
Usage
- Run the MCP server to provide linting services
- Configure client tools (like Cline or IDEs) to connect to the MCP server
- Use the
lint_clojuretool call for linting operations - Both
fileandconfigDirparameters must use absolute paths
Source
https://github.com/Bigsy/clj-kondo-mcp
Category
Development Tools / MCP Servers
Tags
mcp, linting, clojure, code-analysis
Pricing
No pricing information provided; open source project.
Loading more......
Information
Categories
Tags
Similar Products
6 result(s)An MCP server that implements Claude Code-like functionality, allowing AI-driven analysis of codebases, file modification, command execution, and project management directly through file system interactions. A notable solution for code-focused MCP servers.
A server wrapping the code2flow tool as an MCP service, enabling AI applications to generate and access code call graphs using a standardized protocol. Directly demonstrates MCP server integration.
A Model Context Protocol server that connects LLMs to the Compiler Explorer API, enabling compilation and exploration of code across different compilers and languages. This is an MCP server providing LLMs with code analysis and compiler features.
Integrates with Dafny for code correctness verification via formal specification analysis—a specialized MCP server for formal methods and verification.
Official MCP server for CodeLogic, providing access to code dependency analytics, architectural risk analysis, and impact assessment tools.
An MCP server that integrates with RepoMix to enable codebase retrieval and analysis, supporting tasks such as code review and documentation generation.