| I'm not sure what you are asking exactly? Say you have a Clojure project, it's in a folder on your computer where you likely cloned or initialized a git repo. Now you want to leverage an agentic LLM that can connect to clojure-mcp so you can prompt the LLM to make real edits to your project source files, folder structure, resources, documentation, etc. Your options are kind of limited:
- Amazon Q CLI
- Claude Code CLI
- OpenAI Codex CLI Those are the best. Then you have the IDE based ones, like Cursor, Windsurf, Copilot agent mode (in public preview currently), and so on. What they are saying though is that Claude Desktop also support MCP, and can be used without incurring API charges. Honestly, the in-IDE ones, for me, are not very good, you really don't need this stuff tied up inside an editor. I prefer the CLIs personally, but can see how you can also just as easily run Claude Desktop as a side-bar than need something inside your editor. |