Loading languages...
CL

clj-kondo-mcp

@Bigsy2

A Model Context Protocol (MCP) server that provides clj-kondo linting capabilities for Clojure/ClojureScript/EDN files. Handy for Claude code and desktop where there are no built in linting capabilities. You may want to consider editing your CLAUDE.md asking it to lint after editing.

clojure
clj-kondo
linting
code analysis

# mcpServer Config

{
  "mcpServers": {
    "clj-kondo": {
      "command": "npx",
      "args": [
        "clj-kondo-mcp"
      ],
      "disabled": false,
      "autoApprove": []
    }
  }
}

# stdio

npx clj-kondo-mcp
Transport:
stdio
Idioma:
JavaScript
Creado:3/29/2025
Actualizado:7/14/2025