mcpjungle/MCPJungle
Users sometimes get confused about how to set registry url
Aberta
#184 aberto em 16 de fev. de 2026
UXgood first issue
Métricas do repositório
- Stars
- (1.162 estrelas)
- Métricas de merge de PR
- (Mesclagem média 3d 23h) (1 fundiu PR em 30d)
Description
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.