clojure-style-guide (MCP Server)

GitHub

A community coding style guide for the Clojure programming language

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "clojure-style-guide": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-clojure-style-guide"
      ]
    }
  }
}