frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Moongate – Ultima Online server emulator in .NET 10 with Lua scripting

https://github.com/moongate-community/moongatev2
186•squidleon•6h ago•111 comments

Show HN: Claude-replay – A video-like player for Claude Code sessions

https://github.com/es617/claude-replay
35•es617•5h ago•18 comments

Show HN: A trainable, modular electronic nose for industrial use

https://sniphi.com/
23•kwitczak•3d ago•10 comments

Show HN: Swarm – Program a colony of 200 ants using a custom assembly language

https://dev.moment.com/
170•armandhammer10•16h ago•58 comments

Show HN: VaultNote – Local-first encrypted note-taking in the browser

https://vaultnote.saposs.com/
3•powerwild•1h ago•1 comments

Show HN: Interactive 3D globe of EU shipping emissions

https://seafloor.pages.dev
16•marcohaber•6h ago•7 comments

Show HN: I made a free list of 100 places where you can promote your app

https://launchdirectories.com
6•rosennn•1h ago•1 comments

Show HN: Mog, a programming language for AI agents

https://gist.github.com/belisarius222/203ac5edbc3306c34bf0481f451d4003
3•belisarius222•2h ago•1 comments

Show HN: Modembin – A pastebin that encodes your text into real FSK modem audio

https://www.modembin.com
15•a13x57•6h ago•2 comments

Show HN: Jido 2.0, Elixir Agent Framework

https://jido.run/blog/jido-2-0-is-here
314•mikehostetler•1d ago•63 comments

Show HN: PageAgent, A GUI agent that lives inside your web app

https://alibaba.github.io/page-agent/
135•simon_luv_pho•1d ago•68 comments

Show HN: Feedster, an RSS/feed reader focused on discovery and agent integration

https://feedster.co
3•pmarsceill•3h ago•0 comments

Show HN: Argus – VSCode debugger for Claude Code sessions

https://github.com/yessGlory17/argus
3•lydionfinance•3h ago•0 comments

Show HN: Solace – Mac menu bar app that adapts to the world around you. Finally

https://theodorehq.com/solace/
2•theodorehq•3h ago•0 comments

Show HN: Pg_sorted_heap–Physically sorted PostgreSQL with builtin vector search

https://github.com/skuznetsov/pg_sorted_heap
4•skuznetsov37•3h ago•1 comments

Show HN: Claude skill to do your taxes

https://github.com/robbalian/claude-tax-filing
7•rob313•4h ago•1 comments

Show HN: Anchor Engine – Deterministic Semantic Memory for LLMs Local (<3GB RAM)

https://github.com/RSBalchII/anchor-engine-node
3•BERTmackl1n•4h ago•2 comments

Show HN: Tensor Spy: inspect NumPy and PyTorch tensors in the browser, no upload

https://tensorspy.com/
22•jacobn•4d ago•2 comments

Show HN: ContextFlow – YouTube videos to viral social content (built by a 15yo)

https://contextflowai.online
3•Terminator_XD•5h ago•0 comments

Show HN: Moltty – Organized, Persistent AI Coding Sessions

https://moltty.com/
8•ronreiter•9h ago•3 comments

Show HN: diskard – A fast TUI disk usage analyzer with trash functionality

https://github.com/shoenot/diskard
3•shoenot•6h ago•0 comments

Show HN: Writers Studio – macOS writing app with AI entity extraction

https://litestep.com/writers-studio/
2•xclusive36•6h ago•0 comments

Show HN: Poppy – A simple app to stay intentional with relationships

https://poppy-connection-keeper.netlify.app/
175•mahirhiro•1d ago•112 comments

Show HN: KudoSnap – Anonymous positive polls that turn Slack into a kudos loop

https://kudosnap.com/
5•alessandroetc•8h ago•3 comments

Show HN: Moji – A read-it-later app with self-organizing smart collections

https://moji.pcding.com
10•desmonding•19h ago•3 comments

Show HN: Metateam: run many Claude/Codex/Gemini CLI instances in one terminal UI

https://www.metateam.ai/
2•falsename•8h ago•1 comments

Show HN: Stacked Game of Life

https://stacked-game-of-life.koenvangilst.nl/
194•vnglst•6d ago•27 comments

Show HN: Hormuz Crisis Dashboard Real-time shipping disruption tracker

https://www.hormuztracker.com/
28•MrNekked•1d ago•3 comments

Show HN: SitDeck – Customizable live dashboard of news, markets, threats

https://sitdeck.com
22•danushman•23h ago•13 comments

Show HN: Kanon 2 Enricher – the first hierarchical graphitization model

https://isaacus.com/blog/kanon-2-enricher
10•ubutler•3d ago•6 comments
Open in hackernews

Show HN: The Ultimate MCP Client

https://github.com/Dicklesworthstone/ultimate_mcp_client
7•eigenvalue•11mo 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•10mo 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.