mcpjungle/MCPJungle
Users sometimes get confused about how to set registry url
Aperta
#184 aperta il 16 feb 2026
UXgood first issue
Metriche repository
- Star
- (1162 stelle)
- Metriche merge PR
- (Merge medio 3g 23h) (1 PR mergiata in 30 g)
Descrizione
mcpjungle cli lets you point to the mcpjungle server if it is not running on the default location of 127.0.0.1:8000.
You can either use --registry flag or specify registry_url: http://<ip>:<port> in ~/.mcpjungle.conf.
The cli help message also includes description for the --registry flag.
But some people still get confused about how to set a custom registry url when they deploy mcpjungle remotely.
This issue tracks ideas to make this more intuitive, ie, make it easier for all users to know how to set custom registry url.
Some ideas:
- Add more info about this in readme doc + CLI main help message.
- CLI should have an
initcommand that sets up the~/.mcpjungle.confwith default configurations. It also lets the user know that they can configure url from this conf.