TE
TechEcho
StartseiteTop 24hNeuesteBesteFragenZeigenJobs
GitHubTwitter
Startseite

TechEcho

Eine mit Next.js erstellte Technologie-Nachrichtenplattform, die globale Technologienachrichten und Diskussionen bietet.

GitHubTwitter

Startseite

StartseiteNeuesteBesteFragenZeigenJobs

Ressourcen

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. Alle Rechte vorbehalten.

Ask HN: How are you using MCP when coding?

4 Punktevon mbmvor 2 Tagen
If you&#x27;re using MCP servers from Cursor or other editors, what has <i>actually</i> been useful day to day? Anything unexpected or surprising?

3 comments

johnjunglesvor 2 Tagen
If you want to try out mcp (model context protocol) with little to no setup: I built <a href="https:&#x2F;&#x2F;skeet.build&#x2F;mcp" rel="nofollow">https:&#x2F;&#x2F;skeet.build&#x2F;mcp</a> where anyone can try out mcp for cursor and dev tools. We did this because of a painpoint I experienced as an engineer having to deal with crummy mcp setup, lack of support you have no idea how hard it is to set up SSE, deal with API keys and scope issues, and then to find things like the tool that you want isn’t even coded yet. And so one of the areas we found it to be useful was to do the soft communications with tools like Jira linear slack - updating stakeholders and all that friction that engineers hate doing. Some other areas people use a lot of tools with sequential thinking Mostly for workflows that I like: * start a PR with a summary of what I just did * slack or comment to linear&#x2F;Jira with a summary of what I pushed * pull this issue from sentry and fix it * Find a bug a create a linear issue to fix it * pull this linear issue and do a first pass * pull in this Notion doc with a PRD then create an API reference for it based on this code * Postgres or MySQL schemas for rapid model development Everyone seems to go for the hype but ease of use, practical pragmatic developer workflows, and high quality polished mcp servers are what we’re focused on Lmk what you think!
评论 #43908869 未加载
willmeyersvor 2 Tagen
On using MCP servers with Claude: It&#x27;s actually been kind of annoying. Sometimes I just need a quick script to copy&#x2F;paste and it tries to connect to a GitHub repo or write to a local file even when I specify I don&#x27;t want those things. Overall they&#x27;re the behavior when using them is wildly inconsistent when I use them. It&#x27;s annoying I have to manually shut off the MCP servers to get what I want.
评论 #43910419 未加载
toughvor 2 Tagen
Mostly give them up to date documentation about the stack they&#x27;re using, so they can consult tools instead of hallucinate stuff.
评论 #43909609 未加载