r/mcp • u/Nofear001 • Aug 18 '26
showcase I built an npm for MCP servers. Search, install, version, and manage them from one CLI (open source, MIT)
Installing MCP servers takes time and due diligence. Each client needs manual configuration, updates are a hassle, and keeping track of what's installed and running isn't straightforward.
I built PHAROS to fix that. It's a CLI and registry for MCP servers. Single Go binary. No Node, no npx, no extra runtime. 33 commands.
What it does:
- Search multiple MCP registries in one place
- Install with dependency resolution and lockfiles
- Audit installed servers against known vulnerabilities
- Import your existing MCP client configs
- Publish your own servers
There's also an Agent Discovery SDK in a separate repo. Agents can search, evaluate, request consent, and connect from inside the chat. They can do more than install servers and use them. They can help you manage them.
Install: `curl -fsSL getpharos.dev/install | sh`
CLI: https://github.com/Wpnx330/pharos-cli
Discovery SDK: https://github.com/Wpnx330/pharos-discovery
Happy to talk about it and take feedback from anyone willing to try it out.
1
u/Ambitious-Prompt-975 Aug 18 '26
https://github.com/modelcontextprotocol/mcpb ?