Live data from Hacker News

Show HN: Pharos – A package manager for MCP servers (like NPM, but for MCP)

github.com

1–3 of 3 posts

Show HN: Pharos – A package manager for MCP servers (like NPM, but for MCP)

#1
Hey HN! Dev here. I built PHAROS, an open-source CLI package manager for MCP servers. Think npm, but for MCP.

What it does: - Search across all MCP registries in one place - Install servers with dependency resolution and lockfiles - Audit installed servers against known vulnerabilities - Import your existing MCP client configs - Publish your own servers

Single Go binary, no runtime deps. macOS, Linux, Windows. MIT licensed. There is a second repo for the Agent SDK it has MCP/MCP-Apps server for empowering AI agents.

Install: `curl -fsSL getpharos.dev/install | sh` or Install: 'irm https://getpharos.dev/install.ps1 | iex'

Happy to chat about the architecture or how the CLI or MCP and SDK work. Let me know if you have questions, comments, or feature requests!

Show HN: Pharos – A package manager for MCP servers (like NPM, but for MCP)
github.com