|
|
|
|
|
by fjalahdbtnt
389 days ago
|
|
What the hell is the point of a desktop app for a chatbot? I thought there were apis for this sort of thing. If you need to run code locally, why bother paying google to run claude? > I highly recommend using it with Claude Desktop to start. It's prettier and there are no api charges! ???? How does this make sense to anyone |
|
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.