frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Channel Surfer – Watch YouTube like it’s cable TV

https://channelsurfer.tv
367•kilroy123•2d ago•129 comments

Show HN: Context Gateway – Compress agent context before it hits the LLM

https://github.com/Compresr-ai/Context-Gateway
53•ivzak•5h ago•34 comments

Show HN: EdgeWhisper – On-device voice-to-text for macOS (Voxtral 4B via MLX)

https://edgewhisper.com
2•raphaelmansuy•12m ago•0 comments

Show HN: What was the world listening to? Music charts, 20 countries (1940–2025)

https://88mph.fm/
97•matteocantiello•3d ago•43 comments

Show HN: Compressor.app – Compress almost any file format

https://compressor.app
2•matylla•1h ago•0 comments

Show HN: Hardened OpenClaw on AWS with Terraform

https://github.com/infrahouse/terraform-aws-openclaw
2•aleks2•1h ago•0 comments

Show HN: Better HN – Realtime Comment Updates and Cleaner Look

https://github.com/xpl/better-hn
4•xpl•1h ago•0 comments

Show HN: Svglib a SVG parser and renderer for Windows

https://github.com/bibhas2/svglib
9•leopoldj•3d ago•1 comments

Show HN: A single CLI to manage llama.cpp/vLLM/Ollama models

https://github.com/av/harbor/releases/tag/v0.4.4
2•everlier•1h ago•1 comments

Show HN: Loop your agents like a dandy little b*tch

https://github.com/geekforbrains/loopsie
5•geekforbrains•2h ago•0 comments

Show HN: ShellSelf – A Developer Portfolio That Feels Like Home

https://www.shellself.com/
6•truetaurus•2h ago•1 comments

Show HN: Anthrology – Time-Traveling Radio

https://anthrology.site/
4•airstrike•2h ago•3 comments

Show HN: Mutate – free inline text replacement for Mac

https://github.com/robert-v/Mutate-public
2•rob3rth•3h ago•1 comments

Show HN: DJX – Convention over Configuration for Django (Rails-Inspired CLI)

3•RedsonNgwira•3h ago•2 comments

Show HN: Axe – A 12MB binary that replaces your AI framework

https://github.com/jrswab/axe
207•jrswab•1d ago•118 comments

Show HN: Tiny macOS app that adds a facecam bubble to screen recordings

https://github.com/backnotprop/CamBubble
5•ramoz•3h ago•0 comments

Show HN: An addendum to the Agile Manifesto for the AI era

https://github.com/brackishman/Agile-Manifesto-AI-Addendum
5•brackishman•2h ago•9 comments

Show HN: Mjmx – render mjml using JSX

https://mjmx.dev/
3•skwee357•4h ago•0 comments

Show HN: AgentLog – a lightweight event bus for AI agents using JSONL logs

https://github.com/sumant1122/agentlog
4•paperplaneflyr•4h ago•0 comments

Show HN: Execute local LLM prompts in remote SSH shell sessions

3•smudgy3746•4h ago•2 comments

Show HN: OneCLI – Vault for AI Agents in Rust

https://github.com/onecli/onecli
155•guyb3•1d ago•49 comments

Show HN: Rudel – Claude Code Session Analytics

https://github.com/obsessiondb/rudel
140•keks0r•1d ago•83 comments

Show HN: AI milestone verification for construction using AWS

https://builder.aws.com
2•eugenelotsu•5h ago•0 comments

Show HN: Understudy – Teach a desktop agent by demonstrating a task once

https://github.com/understudy-ai/understudy
111•bayes-song•1d ago•41 comments

Show HN: RepoCrunch – CLI to analyze GitHub repos

https://github.com/kimwwk/repocrunch
2•chillkim•5h ago•2 comments

Show HN: OpenClaw docs in Japanese, now open source

https://openclawdoc.org
2•mixfox•6h ago•0 comments

Show HN: s@: decentralized social networking over static sites

http://satproto.org/
408•remywang•1d ago•218 comments

Show HN: Mesa – A collaborative canvas IDE built for agent-first development

https://www.getmesa.dev/
15•visekr•7h ago•1 comments

Show HN: OpenClaw-class agents on ESP32 (and the IDE that makes it possible)

https://pycoclaw.com/
27•pycoclaw•1d ago•1 comments

Show HN: Open-source browser for AI agents

https://github.com/theredsix/agent-browser-protocol
151•theredsix•2d ago•52 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•11mo 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.