This product was not featured by Product Hunt yet.
It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).

Product Thumbnail

Port Authority

A local daemon that hands out ports so they never collide

Open Source
Developer Tools
GitHub
Visit WebsiteSee on Product HuntGithub

Hunted byTyler HillTyler Hill

Port Authority is a small local daemon that hands out ports on request: real socket checks (not just its own registry), known-service defaults (postgres, redis, mysql...), stale-allocation cleanup, and an MCP server so any AI agent can request a port too. CLI + Python library. MIT licensed, free.

Top comment

I kept hitting port collisions. One project's dev server grabs 3000, another grabs it too, Docker containers squat on ports my scripts assumed were free, and increasingly it's coding agents spinning up services with no idea what else is running on the box. Port Authority is a small local daemon that hands out ports on request instead of everyone hardcoding or guessing. Ask for a port and you get one back; ask again and you get the same one; ask from a different project and you get a different one. Before it hands out a port it actually tries to bind it, not just checks its own registry, so it also steps around things it didn't allocate. A few things I wanted to get right rather than hack together: known services (postgres, redis, mysql...) get their canonical port first, falling back to the pool if something else already has it; a background sweep reclaims ports whose owner crashed and never released them; local-only REST API with token auth; and it ships as a CLI, a Python library, and a real MCP server so any MCP-compatible agent can call it as a native tool. MIT licensed, tested on Linux and macOS. First time posting something publicly, would love to hear how you've solved this on your own machines.

Comment highlights

No comment highlights available yet. Please check back later!

About Port Authority on Product Hunt

A local daemon that hands out ports so they never collide

Port Authority was submitted on Product Hunt and earned 0 upvotes and 1 comments, placing #55 on the daily leaderboard. Port Authority is a small local daemon that hands out ports on request: real socket checks (not just its own registry), known-service defaults (postgres, redis, mysql...), stale-allocation cleanup, and an MCP server so any AI agent can request a port too. CLI + Python library. MIT licensed, free.

Port Authority was featured in Open Source (68.8k followers), Developer Tools (518.8k followers) and GitHub (41.4k followers) on Product Hunt. Together, these topics include over 125.8k products, making this a competitive space to launch in.

Who hunted Port Authority?

Port Authority was hunted by Tyler Hill. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.

Want to see how Port Authority stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.