frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: FluidCAD – Parametric CAD with JavaScript

https://fluidcad.io/
52•maouida•2h ago•12 comments

Show HN: A WYSIWYG word processor in Python

https://codeberg.org/chrisecker/miniword
26•chrisecker•2h ago•12 comments

Show HN: Marimo pair – Reactive Python notebooks as environments for agents

https://github.com/marimo-team/marimo-pair
113•manzt•3d ago•28 comments

Show HN: Keeper – embedded secret store for Go (help me break it)

https://github.com/agberohq/keeper
56•babawere•11h ago•32 comments

Show HN: I run AI background removal in the browser–no upload,no server

https://www.allplix.com/en/background-remover
4•shadoxise•2h ago•0 comments

Show HN: Dynamic Map of YouTube Channels

https://www.ytmap.xyz/
5•Bachal•3h ago•7 comments

Show HN: QVAC SDK, a universal JavaScript SDK for building local AI applications

28•qvac•1d ago•9 comments

Show HN: Figma for Coding Agents

https://getdesign.md
7•omeraplak•5h ago•4 comments

Show HN: I built a Cargo-like build tool for C/C++

https://github.com/randerson112/craft
164•randerson_112•1d ago•156 comments

Show HN: CSS Studio. Design by hand, code by agent

https://cssstudio.ai
161•SirHound•1d ago•97 comments

Show HN: Druids – Build your own software factory

https://github.com/fulcrumresearch/druids
60•etherio•2d ago•12 comments

Show HN: Do All the Things

https://www.doallthethings.app/
6•brainbun•9h ago•5 comments

Show HN: Steadcast – Free Mac podcast player for learning, not background noise

https://steadcast.co
3•steadcast•7h ago•1 comments

Show HN: Rust based eBook library for Python, with MIT license

https://github.com/arc53/fast-ebook
30•larry-the-agent•22h ago•3 comments

Show HN: Moon simulator game, ray-casting

https://mooncraft2000.com
109•JKCalhoun•4d ago•25 comments

Show HN: Kaggle x Duolingo x Codecrafters

https://capalent.com
3•gen_specialist•6h ago•3 comments

Show HN: FeedSense – A private recommendation system built from your own sources

4•langtang1996•6h ago•1 comments

Show HN: Zeroclawed: Secure Agent Gateway

https://github.com/bglusman/zeroclawed
3•bglusman•7h ago•3 comments

Show HN: VigIA – A deterministic FSM in .NET 10 to stop LLM hallucinations

https://github.com/JordanCT/VigIA-Orchestrator
2•JordanCT•7h ago•0 comments

Show HN: Guruka.com – free guided mediations. No signup, private, works offline

https://guruka.com/
32•eummm•1d ago•12 comments

Show HN: Orange Juice – Small UX improvements that make HN easier to read

http://oj-hn.com/
141•latchkey•2d ago•157 comments

Show HN: Brutalist Concrete Laptop Stand (2024)

https://sam-burns.com/posts/concrete-laptop-stand/
783•sam-bee•3d ago•236 comments

Show HN: Is Hormuz open yet?

https://www.ishormuzopenyet.com/
475•anonfunction•1d ago•209 comments

Show HN: 41 years sea surface temperature anomalies

https://ssta.willhelps.org
147•willmeyers•1d ago•71 comments

Show HN: I pipe free sports streams into Jellyfin – no ads, just HLS

https://github.com/pcruz1905/hls-restream-proxy
114•pruz•2d ago•36 comments

Show HN: A (marginally) useful x86-64 ELF executable in 301 bytes

https://github.com/meribold/btry
64•meribold•4d ago•19 comments

Show HN: Unicode Steganography

https://steganography.patrickvuscan.com
55•PatrickVuscan•3d ago•14 comments

Show HN: We built a camera only robot vacuum for less than $300 (well almost)

https://indraneelpatil.github.io/blog/2026/robot-vacuum/
107•indraneelpatil•4d ago•55 comments

Show HN: Mdpdf a 2k line C CLI to convert Markdown to tiny PDFs

https://github.com/schicho/mdpdf
13•bastscho•1d ago•4 comments

Show HN: Go-Bt: Minimalist Behavior Trees for Go

https://github.com/rvitorper/go-bt
62•rvitorper•2d ago•12 comments
Open in hackernews

Show HN: The Ultimate MCP Client

https://github.com/Dicklesworthstone/ultimate_mcp_client
7•eigenvalue•1y ago
Over the past couple weeks, l've been really immersed in learning about MCP, a new protocol for equipping any LLM with a set of tools that can run on your own machine or a remote server you control and give all kinds of superpowers to Al agents to do things like search, etc.

As part of that research, l've already built one very fleshed-out and useful MCP server that l've shared here (I've added much more to it recently though!), the LLM Gateway MCP Server, which lets you use a big model to delegate to a cheaper model (and many more things in addition to that, like running automated multi-round LLM Tournaments, which I also posted about recently on X).

To actually use these MCP servers though, you need an MCP client. Most people seem to be using the Claude Desktop app. I tried this and got it to work just fine, but it was a bit annoying to set up and there were lots of things I didn't like about it. I wanted something better.

So two days ago I began work on what I call the Ultimate MCP Client. After ~24 hours of work, it's working and ready and I'm really proud of how amazingly well it turned out. This is going to be a workhorse tool for me personally.

It's pure python and all in a single large .py file which can be deployed as a self-contained uv script if you want. It offers all kinds of features and very rich console output for use interactively in a terminal, along with a CLI. But it can also be used in the background.

That kind of background functionality, orchestrating and coordinating several MCP servers nicely, is how I mostly intend on using it. But once I saw how nice the interactive terminal experience was, I realized that I could slap a FastAPl server on top of it and make a web GUl.

Because I hate unneeded complexity so much, I made the WebGUl a single self-contained HTML file you can just open in your browser (similar to my Your-Source-to-Prompt tool), and it looks awesome using Alpine and Daisy and other nice Ul libraries, all loaded via CDN.

Comments

eigenvalue•12mo ago
I’ve made tons of improvements to this just in the past day. I thinks it’s already the most feature packed and nice looking MCP client out there now.