Live data from Hacker News

Are you team MCP or team CLI?

news.ycombinator.com

21–26 of 26 posts

Re: Are you team MCP or team CLI?

#24
Both- depending on the work. CLI for anything local and deterministic: code tools, builds, git, file ops. The agent already knows how to exec commands and parse output, and when something breaks you get stderr and an exit code. MCP for discovery and remote services where the agent needs to figure out what's available.

They solve different problems, but imo MCP has a speed overhead problem that cli tools don’t usually have - so my preference is CLI.

Re: Are you team MCP or team CLI?

#26

To me it depends on the intended use: - MCP - if you need discoverability. a great example for this is something like context7 - CLI/API + Skill: When you have a defined workflow you want to use. For me a good example of this is using the Linear GraphQL API instead of their MCP I prefer the Linear API because, where I work, we have come up with our way of using the tool so I don't need the entire MCP to do what I nee…

[dead]
Post reply on HN