frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model

https://github.com/cactus-compute/needle
471•HenryNdubuaku•16h ago•154 comments

Show HN: Agentic interface for mainframes and COBOL

https://www.hypercubic.ai/hopper
77•sai18•17h ago•41 comments

Show HN: HYPD – AI co-pilot for marketers running Google Ads

https://www.hypd.ai/
2•cionut•1h ago•0 comments

Show HN: Statewright – Visual state machines that make AI agents reliable

https://github.com/statewright/statewright
92•azurewraith•20h ago•33 comments

Show HN: Gigacatalyst – Extend your SaaS with an embedded AI builder

50•namanyayg•17h ago•20 comments

Show HN: TikTok but for scientific papers

https://andreaturchet.github.io/website/index.html
179•ciwrl•1d ago•69 comments

Show HN: A modern Music Player Daemon based on Rockbox firmware

https://github.com/tsirysndr/rockbox-zig
116•tsiry•3d ago•26 comments

Show HN: I spent $100 in Claude tokens and 1k battles training my AI tank

https://agentank.ai/history/mat_8v9fSEZE8295dcZ8U
2•mazzystar•8h ago•2 comments

Show HN: OpenGravity – A zero-install, BYOK vanilla JS clone of Antigravity

https://github.com/ab-613/opengravity
102•ab613•1d ago•30 comments

Show HN: E2a – Open-source email gateway for AI agents

https://github.com/Mnexa-AI/e2a
46•mnexa•1d ago•3 comments

Show HN: Tmux-palette – Raycast-style command palette for tmux

https://www.eduwass.com/blog/tmux-palette/
2•eduwass•10h ago•3 comments

Show HN: An index of indie web/blog indexes

https://theindex.fyi
147•rocketpastsix•2d ago•39 comments

Show HN: I made a Clojure-like language in Go, boots in 7ms

https://github.com/nooga/let-go
273•marcingas•3d ago•83 comments

Show HN: Doomscroll the Goverment's UFO Files as One Gigantic Microfilm

https://hypergrid.systems/war.gov-ufo-viewer/microfilm2?page=2
20•keepamovin•1d ago•12 comments

Show HN: Rust but Lisp

https://github.com/ThatXliner/rust-but-lisp
208•thatxliner•3d ago•72 comments

Show HN: Countries where you can leave your MacBook at a random coffee shop

https://vouchatlas.com
73•canergl•3d ago•89 comments

Show HN: Duckflix, an open-source self-hosted media streaming platform

https://github.com/duckflixapp/duckflix
2•patakxd•13h ago•0 comments

Show HN: GIF Pile. a site to make piles of GIFs

https://gifpile.com/
2•FatCat1979•13h ago•0 comments

Show HN: Building a web server in assembly to give my life (a lack of) meaning

https://github.com/imtomt/ymawky
423•imtomt•3d ago•224 comments

Show HN: Cook a Django project well, the agent-skill take on cookiecutter

https://github.com/RobustaRush/seedkit
2•kmmbvnr_•15h ago•0 comments

Show HN: TRUST – Coding Rust like it's 1989

https://github.com/wojtczyk/trust
170•wojtczyk•6d ago•87 comments

Show HN: OpenClaw OS – OSS Claude Cowork Built on Top of OpenClaw

https://github.com/thesysdev/openclaw-os
3•zahlekhan•16h ago•0 comments

Show HN: adamsreview – better multi-agent PR reviews for Claude Code

https://github.com/adamjgmiller/adamsreview
82•adamthegoalie•2d ago•55 comments

Show HN: One-shot NAT traversal library

https://warpgate.io/
5•Uptrenda•17h ago•1 comments

Show HN: Profine - Profile and rewrite your PyTorch training loop on real GPUs

https://github.com/ProfineAI/profine-cli
4•aisinghal•17h ago•0 comments

Show HN: Grunden – Frontier AI inference hosted in Sweden, OpenAI-compatible

https://grunden.ai
7•fsrc•19h ago•5 comments

Show HN: Safe-install – safer NPM installs with trusted build dependencies

https://www.npmjs.com/package/@gkiely/safe-install
17•gkiely•1d ago•5 comments

Show HN: Formal Verification with Lean

https://www.daniellowengrub.com/blog/2026/04/30/lean
3•lowdanie•21h ago•0 comments

Show HN: Is Github Online?

https://isgithub.online/
6•vednig•21h ago•2 comments

Show HN: Airbyte Agents – context for agents across multiple data sources

153•mtricot•1w ago•47 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.