Clj Kondo
@Bigsy
About Clj Kondo
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"clj-kondo": {
"command": "npx",
"args": [
"clj-kondo-mcp"
],
"disabled": false,
"autoApprove": []
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Clj Kondo?
An MCP server that provides clj-kondo linting for Clojure/ClojureScript/EDN files, designed for Claude Code and desktop environments without built-in linting.
How to use Clj Kondo?
Install with npx clj-kondo-mcp or configure via MCP settings (e.g., for Cline). The server provides the lint_clojure tool, which accepts an absolute file path, directory path, or classpath string, plus optional configDir and level parameters. Run the server manually with node build/index.js after building.
Key features of Clj Kondo
- Lint Clojure files via MCP tool calls
- Supports all clj-kondo analysis capabilities
- Optional explicit configuration directory support
Use cases of Clj Kondo
- Lint Clojure code in Claude Code or desktop without built-in linting
- Check for errors and warnings in Clojure/ClojureScript/EDN files
- Automatically lint after editing by instructing your Claude.md
- Integrate linting into IDEs via standard MCP settings
FAQ from Clj Kondo
What file types does lint_clojure support?
It lints .clj, .cljs, and .cljc files. It can also process a directory or a classpath string to lint all matching files recursively.
Do the file and configDir parameters need to be absolute paths?
Yes, both must be absolute paths because the MCP server runs as a separate process. Relative paths will not work correctly.
What is the default lint level if not specified?
The default level is error. You can override it with a parameter value like warning.
What dependencies are required to run this server?
You need clj-kondo installed and available on your system PATH, plus Node.js and npm (the server is installed via npm).
How do I configure this server for my IDE?
Add an entry to your MCP settings file (e.g., for Cline at ~/Library/Application Support/Code - Insiders/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json) with the command npx and args ["clj-kondo-mcp"].
Frequently asked questions
What file types does lint_clojure support?
It lints `.clj`, `.cljs`, and `.cljc` files. It can also process a directory or a classpath string to lint all matching files recursively.
Do the file and configDir parameters need to be absolute paths?
Yes, both must be absolute paths because the MCP server runs as a separate process. Relative paths will not work correctly.
What is the default lint level if not specified?
The default level is `error`. You can override it with a parameter value like `warning`.
What dependencies are required to run this server?
You need clj-kondo installed and available on your system PATH, plus Node.js and npm (the server is installed via npm).
How do I configure this server for my IDE?
Add an entry to your MCP settings file (e.g., for Cline at `~/Library/Application Support/Code - Insiders/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json`) with the command `npx` and args `["clj-kondo-mcp"]`.
Basic information
More Other MCP servers
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments