A community coding style guide for the Clojure programming language
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"clojure-style-guide": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-clojure-style-guide"
]
}
}
}