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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
Comments