Clj Kondo
@Bigsy
About Clj Kondo
No overview available yet
Basic information
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"].
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments