frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Ismcpdead.com – Live dashboard tracking MCP adoption and sentiment

https://ismcpdead.com
20•sagirodin•4h ago
Built this to track the ongoing debate around Model Context Protocol - whether it's gaining real traction or just hype. Pulls live data from GitHub, HN, Reddit and a few other sources. Curious what the HN crowd thinks given how active the MCP discussion has been here.

Comments

lanyard-textile•2h ago
I think MCP should not the main discussion point -- it certainly is the acronym that travels the world, but the real underlying features to track the sentiment of are "tools."

You can provide JSON schemas to LLMs about functions it can call, and they're trained to request executions. That's the game changing technology. That's the future here.

That's what makes claude code actually work, that's what makes a good chatbot useful, and that's what makes "AI" the most interesting right now.

MCP is many things, but one very good thing is that it's merely a way to bring tools to your client easily -- and gate data by the correct level of authorization, etc.

That is useful. We will likely have that in some form forever on. It may not be called MCP though.

paulirwin•2h ago
One thing that MCP solves well, that neither CLI apps (like the `gh` CLI for example) nor letting your LLM call arbitrary APIs via CURL does, is setting granular permissions per tool.

Most agent frontends I've used like Claude Code only give you one level deep of CLI commands to authorize, which works fine for allowing commands like `docker build:*`. But for complex CLIs like GitHub, Azure, etc. it just doesn't scale well. It is absurd to grant Claude Code permission to `az vm:*` when that includes everything from `az vm show` to `az vm delete`. Likewise, the argument that says that you should just let your LLM call APIs directly via curl or whatever, does not hold up well when Claude Code just wants raw access to all of `curl:*`.

Meanwhile, MCP tools are (currently, at least in CC) managed at the individual tool level, which is very convenient for managing granular permissions.

Perhaps there could be some "CTCP" (CLI tool context protocol; the CCP acronym does not work well) where CLI apps could expose their available tools to the LLM, and it could then be dynamically loaded and managed at a granular level. But until then, I'm going to keep using MCP.

Imustaskforhelp•1h ago
can something of a cli utility be made which can deny any request from moving on, let's name this cli b which takes a user level configuration at say ~/.config or have a way to enter it via cli too or within the context of the folder which it is running in

then we can have "b az vm delete test123" be run via these agents but then b checks if az vm delete command itself is allowed or not, and if it finds that its denied then it gives an error: This command isn't allowed to run.

but if something like b az vm create test123 is done, then the command is allowed to run

Someone must have made an utility similar to b, perhaps someone can share the links of things like this, but what are your thoughts on something like this paul? I definitely feel like convenience can be wrapped around something like this rather than continue to use MCP protocol.

bizzletk•52m ago
Something like this? https://github.com/brycehanscomb/toolgate
dfcowell•46m ago
This is solved by the agent having its own identity and credentials. Why would you share your login and identity with your AI agent?

Access control and permissions should be handled on the backend by enforcing IAM on well-defined principals, not with MCP middleware. Claude can already bypass MCP and call APIs or use CLIs if it runs into blockers using MCP, so it’s not an effective point to implement the control.

corlinp•15m ago
IAM is generally binary (allowed yes/no) whereas MCP usually supports more nuance (always allow/ask if risky/always ask/no)
darepublic•10m ago
You can have agents that serve multiple different users with varying levels if permission
jameslk•2h ago
I don't think MCP is going anywhere, as much as I prefer CLIs or skills generally. Where MCP really shines is reducing friction and footguns for using a service, but at the expense of less versatility and expressiveness. You get a cookie-cutter way of using tools to interact with that service, which is easy to set up, doesn't require the user to download a CLI or have their agent interact with an API

For power users or technical users that want agents to compose data or use tools programmatically, that's less valuable, but for most people, a one-size-fits-all MCP service that is easy to use is probably best

There's the issues of dumping a bunch of tool definitions into context and eating a ton of tokens as well, but that seems more solvable

If anything, MCP needs to evolve or MCP client tooling to improve, and I could see the debate going away

dwb•38m ago
There’s nothing stopping agents from composing MCP requests and responses, or from them writing programs to process the responses. MCP tools and resources are just as composable and programmable than any CLI - and more so than most because they are structured data.
jzymbaluk•2h ago
I don't follow the cutting edge of AI practice super closely and I'm confused. Why are people trying to say MCP is dead? I've set up a few MCP servers (mostly language servers and servers to access my company's Confluence), and they seem genuinely very useful.
tcoff91•1h ago
A lot of people want to move away from them because they bloat the context a lot more than Skills do.
hobofan•22m ago
Because many people have a very narrow view of what MCP is useful for. For organizational usage there isn't really an alternative.
_andrei_•1h ago
What's the purpose of this? There is no replacement for MCP. We need a protocol for calling tools that works with structured outputs, this is what we have.
rvz•1h ago
Most of all these sources are on X (low quality garbage engagement bait posts) and SEO spam blogs that repeat the same talking points that we have all heard about MCPs. The other sources like Reddit, LinkedIn are non-existent on this site.

You will continue to hear repeated claims of MCPs being the next internet, the real "Web 3.0" or it will be the new way we will be interacting with the web - Nope, Never and Not a chance.

People talking about MCPs don't know that they are in a bubble.

emodendroket•1h ago
I thought "who exactly is saying it's dead?" and found your ranking gives it a 94/100 liveliness, so I guess not that many.
kylecazar•39m ago
It's not going to make sense for every company to release an MCP server. If you count use/integration in their internal workflows and agentic dev as adoption, it's probably near 100%.

Show HN: TinyOS – A minimalist RTOS for Cortex-M written in C

https://github.com/cmc-labo/tinyos-rtos
38•hpscript•1h ago•9 comments

Show HN: I built a frontpage for personal blogs

https://text.blogosphere.app/
613•ramkarthikk•10h ago•166 comments

Show HN: Ismcpdead.com – Live dashboard tracking MCP adoption and sentiment

https://ismcpdead.com
20•sagirodin•4h ago•16 comments

Show HN: TurboQuant for vector search – 2-4 bit compression

https://github.com/RyanCodrai/py-turboquant
86•justsomeguy1996•5d ago•5 comments

Show HN: Apfel – The free AI already on your Mac

https://apfel.franzai.com
631•franze•14h ago•137 comments

Show HN: Run Claude Code autonomously inside your Docker Compose stack (OSS)

https://github.com/sayil/dangerously
5•sayil•3h ago•0 comments

Show HN: Made a little Artemis II tracker

https://artemis-ii-tracker.com/
141•codingmoh•1d ago•54 comments

Show HN: Home Maker: Declare Your Dev Tools in a Makefile

https://thottingal.in/blog/2026/03/29/home-maker/
90•sthottingal•5d ago•60 comments

Show HN: Matrix OS, like Lovable, but for personal apps

https://matrix-os.com/
2•hamedmp•6h ago•1 comments

Show HN: Dull – Instagram Without Reels, YouTube Without Shorts (iOS)

https://getdull.app
147•kasparnoor•2d ago•115 comments

Show HN: Minimal Brain Teaser Web Game (Handcrafted, No AI)

https://mehuleo.github.io/encircle/
19•arttaboi•19h ago•10 comments

Show HN: A P2P messenger with dual network modes (Fast and Tor)

https://github.com/Realman78/Kiyeovo/
37•Realman78•1d ago•21 comments

Show HN: Speck PBR – A WebGPU molecular visualizer

https://github.com/wwwtyro/speck-pbr
3•wwwtyro•7h ago•0 comments

Show HN: Aurion OS, A 1.8MB OS with a browser, try it live (C/x86 ASM)

https://aurionos.vercel.app/
4•Luka12-dev•7h ago•1 comments

Show HN: I built a DNS resolver from scratch in Rust – no DNS libraries

https://github.com/razvandimescu/numa
105•rdme•1d ago•64 comments

Show HN: I tested 15 free AI models at building real software on a $25/year VPS

https://georgelarson.me/writing/2026-04-03-25-dollar-ai-lab/
29•j0rg3•1d ago•4 comments

Show HN: CLI to order groceries via reverse-engineered REWE API (Haskell)

https://github.com/yannick-cw/korb
203•wazHFsRy•4d ago•85 comments

Show HN: SyNumpy – a Header only C++17 library for working with NumPy Arrays

https://github.com/symisc/sy-numpy-cpp
19•symisc_devel•1d ago•3 comments

Show HN: Community Curated Lists

https://www.thebreakfastlist.com/
2•onounoko•5h ago•0 comments

Show HN: Git bayesect – Bayesian Git bisection for non-deterministic bugs

https://github.com/hauntsaninja/git_bayesect
335•hauntsaninja•6d ago•44 comments

Show HN: OpenCode Pollinations Plugin –AI & tool layer with freetier control

https://github.com/fkom13/opencode-pollinations-plugin
2•ericnolo•10h ago•1 comments

Show HN: Large scale hallucinated citation problem in published literature

https://www.nature.com/articles/d41586-026-00969-z
2•cyclecycle•3h ago•0 comments

Show HN: Figma 3D Tilt, Like "Firefox Tilt" but for Figma

https://www.figma.com/community/plugin/1592501914078287014/figma-3d-tilt
3•say2015•10h ago•0 comments

Show HN: Postgres extension for BM25 relevance-ranked full-text search

https://github.com/timescale/pg_textsearch
201•tjgreen•3d ago•57 comments

Show HN: Zerobox – Sandbox any command with file, network, credential controls

https://github.com/afshinm/zerobox
139•afshinmeh•4d ago•92 comments

Show HN: Forkrun – NUMA-aware shell parallelizer (50×–400× faster than parallel)

https://github.com/jkool702/forkrun
149•jkool702•1w ago•41 comments

Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs

https://prismml.com/
419•PrismML•3d ago•152 comments

Show HN: Koriander – Recipe manager that parses ingredients and tracks nutrition

https://koriander.app
2•laleshii•12h ago•2 comments

Show HN: A Minimal Basic Inspired by Brainfuck

https://coe.psu.ac.th/ad/minBASIC/
8•ADavison2560•23h ago•0 comments

Show HN: Flight-Viz – 10K flights on a 3D globe in 3.5MB of Rust+WASM

https://flight-viz.com
85•coolwulf•2d ago•45 comments