mcpjungle/MCPJungle

Users sometimes get confused about how to set registry url

Open

#184 opened on Feb 16, 2026

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Go (146 forks)auto 404
UXgood first issue

Repository metrics

Stars
 (1,162 stars)
PR merge metrics
 (PR metrics pending)

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 init command that sets up the ~/.mcpjungle.conf with default configurations. It also lets the user know that they can configure url from this conf.

Contributor guide