mcpjungle/MCPJungle

Provide configurations for popular MCP Servers

Open

#79 opened on Aug 27, 2025

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

Repository metrics

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

Description

# user manually writes configuration in my-mcp-server.json

# then registers the mcp in mcpjungle
mcpjungle register -c my-mcp-server.json

The documentation should already provide configurations for popular mcp servers. The user shouldn't have to write a configuration for it themselves. They can just pick it up from docs or something like an examples directory and use it to register the mcp server.

This saves them time & effort in writing server configs to register servers and improves UX.

Popular mcp servers:

  • time
  • context7
  • huggingface
  • stripe
  • deepwiki
  • github
  • ?

An evolution of this would be to introduce the install command in mcpjungle CLI, which automatically registers a popular mcp server without the user having to provide any config at all. eg-

mcpjungle install time

This doesn't work if the user needs to provide some custom configuration to an mcp server, like auth tokens, env vars, etc.

Contributor guide