(no title)
BudaDude | 9 months ago
Also another issue I am starting to see is the lack of shared MCP servers. If I have VSCode, Cursor, and Claude open, each one is running its own instance of the MCP server. You can imagine that with a dozen or so MCP's, the memory footprint becomes quite large for no reason.
nojs|9 months ago
ramoz|9 months ago
I don’t think the future of agentic software development is in an IDE. Claude Code gives me power to orchestrate - the UX has nothing to do with terminal; it just turns out an agent that lives on the OS and in the filesystem is a powerful thing.
Anthropic can and will evolve Claude Code at a pace cursor cannot evolve IDE abstractions. And then yea - they are designing the perfect wrapper because they are also designing the model.
Long bet is Claude Code becomes more of an OS.
Aeolun|9 months ago
geekraver|9 months ago
jlowin|9 months ago
[1]: https://gofastmcp.com
SkyPuncher|9 months ago
Cursor is essentially only the wrapper for running agents. I still do my heavy lifting in Jetbrains products.
It actually works out well because I can let Cursor iterate on a task while I review/tweak code.
brabel|9 months ago
etoxin|9 months ago
Knowing what tools are better for what really helps.
insane_dreamer|9 months ago
tevlon|9 months ago
greymalik|9 months ago
tuananh|9 months ago
https://github.com/tuananh/hyper-mcp
it's a MCP server with WASM plugin system, packaged, signed & published via OCI registry.
xyc|9 months ago
manorek|9 months ago
unknown|9 months ago
[deleted]
nsingh2|9 months ago
The one issue I've run into is that the VSCode version Cursor uses is several months old, so we're stuck using older extensions until they update.
[1] https://open-vsx.org/
artdigital|9 months ago
MuffinFlavored|9 months ago
This is good user feedback. If Cursor is "Claude + VSCode", why do you need the other 2 open?
cmrx64|9 months ago
tuananh|9 months ago
i wrote a MCP with plugin system where you only need to run 1 instance and add plugins via config file.
https://github.com/tuananh/hyper-mcp
TranquilMarmot|9 months ago
We recently launched Zapier MCP, we host the servers for you: https://zapier.com/mcp
mmasu|9 months ago
elAhmo|9 months ago
hn_throw2025|9 months ago
TechDebtDevin|9 months ago
vFunct|9 months ago
STDIO MCP is really just a quick hack.