▲ | mbil 3 days ago | |
I'm using mcp-agent and have tried the orchestrator workflow pattern[0]. For deep research I'm having mixed results. As far as I can tell, it's not using prompt caching[1] with Anthropic models, nor the gpt-5 responses API[2], which is preferable to the completions API. The many MCP tools from a handful of servers eat up a lot of context. It doesn't report progress, so it'll just spin for minutes at a time without meaningful indication. Mostly it has been high cost and high latency without great grounding in source facts. I like the interface overall, but some of the patterns and examples were convoluted. I'm aware that mcp-agent is being worked on, and I look forward to improvements. [0]: https://docs.mcp-agent.com/workflows/orchestrator [1]: https://docs.anthropic.com/en/docs/build-with-claude/prompt-... [2]: https://platform.openai.com/docs/guides/migrate-to-responses |