frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Pyproc – Call Python from Go Without CGO or Microservices

https://github.com/YuminosukeSato/pyproc
17•acc_10000•4h ago•4 comments

Show HN: Daffodil – Open-Source Ecommerce Framework to connect to any platform

https://github.com/graycoreio/daffodil
62•damienwebdev•18h ago•7 comments

Show HN: AI-powered web service combining FastAPI, Pydantic-AI, and MCP servers

https://github.com/Aherontas/Pycon_Greece_2025_Presentation_Agents
40•Aherontas•1d ago•15 comments

Show HN: A store that generates products from anything you type in search

https://anycrap.shop/
1137•kafked•2d ago•324 comments

Show HN: Semlib – Semantic Data Processing

https://github.com/anishathalye/semlib
56•anishathalye•19h ago•12 comments

Show HN: Datadef.io – Canvas for data lineage and metadata management

https://datadef.io/
11•theolouvart•1d ago•4 comments

Show HN: Omarchy on CachyOS

https://github.com/mroboff/omarchy-on-cachyos
60•theYipster•1d ago•61 comments

Show HN: MCP Server Installation Instructions Generator

https://hyprmcp.com/mcp-install-instructions-generator/
19•pmig•18h ago•5 comments

Show HN: HN Term – browse HN using the terminal

https://github.com/aotakeda/hn-term
8•arthurtakeda•8h ago•0 comments

Show HN: Dagger.js – A buildless, runtime-only JavaScript micro-framework

https://daggerjs.org
74•TonyPeakman•1d ago•72 comments

Show HN: I reverse engineered macOS to allow custom Lock Screen wallpapers

https://cindori.com/backdrop
73•cindori•1d ago•52 comments

Show HN: InfiniteTalk AI – AI Lip-Sync Video Generator for Long Videos

https://www.infinitetalk.net
2•laiwuchiyuan•5h ago•0 comments

Show HN: Blocks – Dream work apps and AI agents in minutes

https://blocks.diy
11•shelly_•12h ago•3 comments

Show HN: I built an app store for open-source financial plans (on spreadsheets)

https://finfam.app/explore/views
38•mhashemi•16h ago•14 comments

Show HN: Open Line Protocol – a minimal wire for AI agents (MIT)

https://github.com/terryncew/openline-core
2•terrynce•6h ago•1 comments

Show HN: Ruminate – AI reading tool for understanding hard things

https://tryruminate.com/
15•rshanreddy•13h ago•3 comments

Show HN: A tool to make a bootable USB installer out of macOS, or download it

https://macdaddy.io/install-disk-creator/
3•feelix•8h ago•0 comments

Show HN: Small Transfers – charge from 0.000001 USD per request for your SaaS

https://smalltransfers.com/
189•strnisa•5d ago•73 comments

Show HN: Labspace Directory – Biotech resource for lab space

https://www.labspacedirectory.com
2•ejhodges•10h ago•0 comments

Show HN: Pooshit – Sync local code to remote Docker containers

52•marktolson•11h ago•43 comments

Show HN: Vicinae – A native, Raycast-compatible launcher for Linux

https://github.com/vicinaehq/vicinae
178•aurellius•6d ago•34 comments

Show HN: Httpjail – HTTP(s) request filter for processes

https://github.com/coder/httpjail
4•ammario•12h ago•0 comments

Show HN: A Daily Typing Challenge in the TUI

https://github.com/Farzan-Hashmi/tuitype
2•FarzanHashmi•13h ago•2 comments

Show HN: Helios, an open-source distributed AI network using idle community GPUs

https://github.com/fnoracr/helios-distributed-ai
2•fnoracr•13h ago•0 comments

Show HN: Allzonefiles.io – download 307M registered domain names

https://allzonefiles.io
4•iryndin•14h ago•3 comments

Show HN: I made a generative online drum machine with ClojureScript

https://dopeloop.ai/beat-maker/
198•chr15m•4d ago•50 comments

Show HN: Ultraplot – A succint wrapper for matplotlib

https://github.com/Ultraplot/UltraPlot
34•cvanelteren•5d ago•13 comments

Show HN: Building an open-source agentic terminal

https://davehudson.io/blog/2025-09-14
4•tritondev•16h ago•3 comments

Show HN: Term.everything – Run any GUI app in the terminal

https://github.com/mmulet/term.everything
1074•mmulet•6d ago•144 comments

Show HN: CLAVIER-36 – A programming environment for generative music

https://clavier36.com/p/LtZDdcRP3haTWHErgvdM
142•river_dillon•2d ago•25 comments
Open in hackernews

Show HN: MCP Server Installation Instructions Generator

https://hyprmcp.com/mcp-install-instructions-generator/
19•pmig•18h ago
Hey HN, we’ve been experimenting a lot with MCP servers lately, and one of the most time-consuming challenges has been connecting MCP clients to remote MCP servers. To solve this, we built a library that generates them on the fly, enabling 1-click installation buttons and links for most clients out there.

Feel free to try out the generator and use it to improve the README of your remote MCP server with the generated markdown. You can even configure the library to return HTML instructions if someone accesses your remote MCP server via the web.

Comments

thamer•13h ago
Is this only about remote MCP servers? The instructions all seem to contain a URL, but personally almost all the MCP servers I'm running locally are stdio based and not networked. Are you planning to support those in some way?

There's also this new effort by Anthropic to provide a packaging system for MCP servers, called MCPB or MCP Bundles[1]. A bundle is a zip file with a manifest inside it, a bit like how Chrome extensions are structured (maybe VSCode extensions too?).

Is this something you're looking to integrate with? I can't say I have seen any MCPB files anywhere just yet, but with a focus on simple installs and given that Anthropic introduced MCP in the first place, I wouldn't be surprised if this new format also got some traction. These archives could contain a lot more data than the small amount you're currently encoding in the URL though[2].

[1] https://www.npmjs.com/package/@anthropic-ai/mcpb

[2] https://github.com/anthropics/mcpb/blob/main/README.md#direc...

pmig•12h ago
That's a good point, we really think that the future of MCP servers are remote servers, as running "random" software that has little to no boundaries, no verification or similar shouldn't be a thing. Is there a specific reason, you prefer stio servers over http servers? Which servers are you using?

Thanks for the mcpb hint, we will look into it.

robertlagrant•12h ago
> as running "random" software that has little to no boundaries, no verification or similar shouldn't be a thing

Would you class all locally running software this way, and all remotely running software the inverse?

pmig•12h ago
Most software we install locally is at least distributed via a trusted party (App Store, Play Store, Linux package repos, etc) and have a valid signatur (Desktop & Mobile) or are contained in some way (containers, browser extensions, etc..).

In the case of MCP, remote servers at least protect you from local file leakages.

thamer•11h ago
> Is there a specific reason, you prefer stio servers over http servers?

Yes: the main reason is that I control which applications are configured with the command/args/environment to run the MCP server, instead of exposing a service on my localhost that any process on my computer can connect to (or worse, on my network if it listens on all interfaces).

I mostly run MCP servers that I've written, but otherwise most of the third party ones I use are related to software development and AI providers (e.g. context7, Replicate, ElevenLabs…). The last two costs me money when their tools are invoked, so I'm not about to expose them on a port given that auth doesn't happen at the protocol level.