What if you don't need MCP at all?
21–30 of 194 posts
Re: What if you don't need MCP at all?
#22For Claude Code this approach looks easy. But if you use Cursor you need other approach as it doesn't have a format for tools.
Re: What if you don't need MCP at all?
#23Re: What if you don't need MCP at all?
#24MCP shines when you want to add external functionality to an agent quickly, and in situations where it's not practical to let an agent go wild with code execution and network access.
Feels like we're in the "backlash to the early hype" part of the hype cycle. MCP is one way to give agents access to tools; it's OK that it doesn't work for every possible use case.
Re: What if you don't need MCP at all?
#25Re: What if you don't need MCP at all?
#26Yeah, "MCP" felt like BS from jump. Basically it's the problem that will always be a problem, namely "AI stuff is non-deterministic." If there was some certainty MCP could add to this equation that would perhaps be theoretically nice, but otherwise it's just .. parsing, a perhaps not "solved" problem, but one for which there's already ample solutions.
Re: What if you don't need MCP at all?
#27Re: What if you don't need MCP at all?
#28[flagged]
Re: What if you don't need MCP at all?
#29Can I “just call the API”? Yeah, but that takes extra work, and my goal is to reduce extra work.
Re: What if you don't need MCP at all?
#30MCP was a really shitty attempt at building a plugin framework that was vague enough to lure people into and then allow other companies to build plugin platforms to take care of the MCP non-sense. "What is MCP, what does it bring to the table? Who knows. What does it do? The LLM stuff! Pay us $10 a month thanks!" LLM's have function / tool calling built into them. No major models have any direct knowledge of MCP. Not…
probably easier to just tell people: You want MCP? Add a "description" field to your rest API that describes how to call it. That's all it's doing. Just plain ole context pollution. World could be better served by continuing to build out the APIs that exist.
Isn't that swagger\grpc etc?