I’m learning about MCP.

Looks familiar, like the glue script files in Frontier.

I’m interested in hearing from chatgpt/claude users about whether they use MCP interfaces?

Do you use them?

@davew CLI tools are generally more efficient and easier for agents to use. MCP is good for the cases where you want a server to maintain state or network connections.

@oldmankris @davew I lean on CLI tools over MCP these days. A lot of it is about context management and token usage. This is a great piece talking about why CLI beats MCP for use with agents and LLMs.

https://agentnativedev.medium.com/i-deleted-all-my-mcps-skills-cli-outperform-at-20x-lower-cost-8e86e05fcca6