frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Make your logo extra bright on HDR screens

https://www.soverybright.com/
27•telecuda•2h ago•31 comments

Show HN: terminal-code – VS Code inside the terminal

https://terminal-code.com
36•robpruzan•3d ago•13 comments

Show HN: Public Muscriptor Instance (latest, most powerful Audio-to-MIDI model)

https://www.pianoify.net/
17•jardy•1d ago•3 comments

Show HN: Anonymous age verification with passkey-powered encryption

https://loginwithone.com/
29•mikeysight•3d ago•15 comments

Show HN: Zcomplete – Shell Typo Correction

https://github.com/omarfakih1/zcomplete
13•omarfakih•1d ago•2 comments

Show HN: Rotation via Double Reflection

https://static.laszlokorte.de/rotor-reflect/
46•laszlokorte•1d ago•9 comments

Show HN: Rackast, a screen recorder with a built in editor, made with Tauri

https://rackast.com/
2•SzegiRoli•3h ago•0 comments

Show HN: Shoehorn – Quantize any model down to run on your machine

https://notactuallytreyanastasio.github.io/shoehorn/
94•rhgraysonii•4d ago•16 comments

Show HN: Rex, a parallel functional language for scientific workflows

https://github.com/peterkelly/rex
25•peterkelly•5d ago•6 comments

Show HN: Get Your IP Address

https://ip.ysebie.be/
3•whizzx•6h ago•0 comments

Show HN: 3D Engine for Rust Programs

https://github.com/David-OConnor/graphics
2•the__alchemist•6h ago•0 comments

Show HN: Huzzah – a novel approach to coding with AI

https://www.danielvaughn.dev/posts/huzzah/
375•danielvaughn•2d ago•208 comments

Show HN: OzBrain, a shared brain for knowledge between agents and your team

https://ozbrain.com
74•dariusmonsef•21h ago•46 comments

Show HN: Forst – migrate TypeScript back ends to Go incrementally

https://forst-lang.org/docs
3•haveyaseen•7h ago•0 comments

Show HN: I trained a 125M model to autocomplete piano on-device

https://simedw.com/2026/08/20/midi-autocomplete/
586•simedw•2d ago•116 comments

Show HN: Open-source Stripe Connect alternative

https://zoneless.com
82•tinyprojects•2d ago•36 comments

Show HN: Front end skill pack for AI agents, with machine-enforced quality gates

https://krishna-modi12.github.io/frontend-design-pro/
4•KrishnaModi12•15h ago•0 comments

Show HN: Proliferate- open-source, self-hostable Codex for any coding agent

https://github.com/proliferate-ai/proliferate
42•pablo24602•1d ago•15 comments

Show HN: Check if any of the $656M in unclaimed royalties at The MLC is yours

https://pub.doub.ly/
76•knaught•2d ago•37 comments

Show HN: EchoVault, an app that interviews you and answers as you after death

https://apps.apple.com/us/app/echovault-digital-legacy/id6762042028
7•kingbillion1•20h ago•5 comments

Show HN: Declarative-forms – await an object the way prompt() awaits a string

https://wolfoo2931.github.io/declarative-forms/
12•WolfOliver•1d ago•1 comments

Show HN: Agile AI Development Lifecycle

https://valeriavg.dev/agile-ai-development-lifecycle
2•valeriavg_dev•12h ago•0 comments

Show HN: PgExtAssure – pre-admission security evidence for PostgreSQL extensions

https://github.com/borborich/pgextassure
4•borborich•13h ago•0 comments

Show HN: I reverse-engineered Bambu's 3MF color format so GLB keeps the colors

https://github.com/SamiSalah221/3mf-to-glb
3•SamiSalah221•13h ago•1 comments

Show HN: Automatically detect and patch walking-dead states in Sierra games

https://github.com/katiahayati/lucasartsifier/
159•wkfauna•3d ago•97 comments

Show HN: Oasis - Giving Agents Situational Awareness

https://joinoasis.com
7•ns90001•1d ago•3 comments

Show HN: We chased a weather balloon across Montana and never found it

https://radi8.dev/blog/uplink/
59•radeeyate•2d ago•26 comments

Show HN: ParqDB – Vector search in the browser from Parquet over HTTP"

https://search.parqdb.io/
25•petrizhang•1d ago•4 comments

Show HN: Saggar, a Mac terminal that keeps sessions and your attention organized

https://saggar.marginalutility.dev/
70•mcclowes•5d ago•61 comments

Show HN: Argentic – An L402 Lightning toll booth for AI scraping agents

https://Argentic.network
9•Ag0146•1d ago•7 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.