clj-kondo
Provides Clojure, ClojureScript, and EDN linting capabilities using the clj-kondo static analyzer to identify code quality issues including unused namespaces and private variables.
2 stars
0 tools
Created Aug 2025
@bigsy/bigsy-clj-kondo-clj-kondo-mcpAbout
Provides Clojure, ClojureScript, and EDN linting capabilities using the clj-kondo static analyzer to identify code quality issues including unused namespaces and private variables.
Categories
general
Installation
npm
npm install @bigsy/bigsy-clj-kondo-clj-kondo-mcp
Configuration
{
"mcpServers": {
"bigsy-clj-kondo-clj-kondo-mcp": {
"command": "npx",
"args": [
"-y",
"@bigsy/bigsy-clj-kondo-clj-kondo-mcp"
]
}
}
}