frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: A CSS 3D Engine (no WebGL)

https://github.com/LayoutitStudio/polycss
47•rofko•7h ago•21 comments

Show HN: Textile – A desktop app for weaving together bits of text

https://www.gettextile.app
11•stack_framer•2h ago•2 comments

Show HN: Streambed – Stream Postgres to Iceberg on S3, Supports Postgres Wire

https://github.com/viggy28/streambed
116•vira28•1d ago•32 comments

Show HN: A desktop app for manual QA testing and evidence gathering

https://github.com/adriandomc/qastor
5•adriandomc•4h ago•1 comments

Show HN: Valdr - Valkey/Redis in safe Rust, passes >99% of Valkey test suite

https://github.com/ianm199/valdr
4•ianm218•4h ago•4 comments

Show HN: Breathe CLI – Paced resonance breathing in the macOS terminal

https://github.com/marekkowalczyk/breathe-cli
126•marekkowalczyk•2d ago•49 comments

Show HN: 500 years of Joseon court omens as an observability dashboard

https://ajin.im/is/building/omen.ops/
150•poppypetalmask•2d ago•25 comments

Show HN: Atomic Editor – Obsidian-style live preview for CodeMirror 6

https://kenforthewin.github.io/atomic-editor/
67•kenforthewin•1d ago•17 comments

Show HN: Helios – what plug-in solar could generate for any address in Britain

https://helios.southlondonscientific.com/
124•ruaraidh•2d ago•44 comments

Show HN: Tiny-vLLM – high performance LLM inference engine in C++ and CUDA

https://github.com/jmaczan/tiny-vllm
200•yu3zhou4•3d ago•18 comments

Show HN: Open Envelope – an open schema for defining AI agent teams

https://openenvelope.org/docs/schema/
49•ashconway•4d ago•9 comments

Show HN: Open-source private home security camera system (end-to-end encryption)

https://github.com/secluso/core
130•arrdalan•2d ago•29 comments

Show HN: Trumpstonks – every company Trump's named, backtested vs. the S&P

https://www.trumpstonks.com/
6•racketracer•3h ago•3 comments

Show HN: TV Explorer. Adding advanced UI to free online TV

https://tvexplorer.live
194•dtagames•3d ago•63 comments

Show HN: Zot – Yet another coding agent harness

https://www.zot.sh
106•patriceckhart•3d ago•80 comments

Show HN: Komi-learn – continuous memory and self-improvement for coding agents

https://github.com/kurikomi-labs/komi-learn
24•rainxchzed•1d ago•3 comments

Show HN: Postbase – 100% open source Alternative to Firebase and Supabase [video]

https://www.youtube.com/watch?v=St_kJZXZ_nE
11•harshalone•10h ago•4 comments

Show HN: Having fun making mini static site apps

https://joeheyming.github.io/
7•joeheyming•16h ago•0 comments

Show HN: Ktx – Open-source executable context layer for data agents

https://github.com/Kaelio/ktx
89•lucamrtl•4d ago•28 comments

Show HN: Ouijit, an open-source task and terminal manager for coding agents

https://ouijit.com/
12•pbjerkeseth•1d ago•2 comments

Show HN: xxUTF – SIMD Unicode Normalization

https://github.com/dzfrias/xxUTF
13•dzfrias•1d ago•1 comments

Show HN: FuguUX – science-backed, AI user testing to identify key web UX issues

https://www.fuguux.com
8•sdas7•1d ago•0 comments

Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue

https://llmgame.scalex.dev
385•Wirbelwind•4d ago•160 comments

Show HN: webrtcforthestreamer.com – How WHIP makes streaming more connected

https://webrtcforthestreamer.com
4•Sean-Der•18h ago•1 comments

Show HN: Deliberate – log what your agent rejected, not just what it ran

https://www.deliberate.dev/
4•garysmith1234•1d ago•1 comments

Show HN: Hallucinate – Massively Multiplayer Online Rave

https://hallucinate.site
440•stagas•4d ago•200 comments

Show HN: Agentpack – isolated config layers for Claude Code, Codex, and OpenCode

https://nexo.sh/posts/agentpack/
4•nexo-v1•1d ago•0 comments

Show HN: Stable Audio 3 – one-shot sample generator (110gb download)

https://github.com/shiehn/sas-sample-generator
10•stevehiehn•1d ago•5 comments

Show HN: Llmff v1.0 FFmpeg for Inference

https://github.com/syndicalt/llmff
3•syndicalt•23h ago•0 comments

Show HN: Zaxy v1.0

https://docs.zaxy.io/
3•syndicalt•23h ago•2 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•1y 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.