Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”— Aggregators
  3. MCPJungle
MCPJungle logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 4:32:45 PM

MCPJungle

User RatingsBe the first to rate and review this MCP server!
View Repository1.2k GitHub StarsTotal stargazers on GitHub for the source repository (1,248 stars).Visit Website
mcpaggregatordeveloper-toolsself-hosted

Self-hosted gateway that lets teams register multiple MCP servers and expose them through one HTTP endpoint.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "duaraghav8-mcpjungle": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://localhost:8080/mcp",
        "--allow-http"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (3) Directory Badge Claim listing AlternativesπŸ”— More in Aggregators

Overview

duaraghav8/MCPJungle MCP server provides a self-hosted registry and gateway for connecting multiple MCP servers through one endpoint. It stores registered servers and presents their tools, prompts, and resources to compatible AI clients over streamable HTTP. Use it to centralize MCP configuration locally or provide shared discovery and access controls for a team. The project can run with Docker Compose and includes a CLI for registering remote or stdio-based MCP servers.

Use cases

β€’Centralize multiple MCP server configurations for local AI clients
β€’Register remote MCP endpoints from a command-line interface
β€’Expose selected tools and servers through one team gateway
β€’Run stdio-based MCP servers behind a Docker deployment

Key features

β€’Unified streamable HTTP MCP endpoint
β€’MCP server registry
β€’CLI-based server registration
β€’Tool and server inclusion controls
β€’Support for remote and stdio-based MCP servers
β€’Docker Compose deployment

Capabilities & Tool Schemas (3) ~11 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCPJungle.

included_tools

Callable MCP tool function

included_servers

Callable MCP tool function

excluded_tools

Callable MCP tool function

How MCPJungle works

What duaraghav8/MCPJungle MCP server does

duaraghav8/MCPJungle MCP server acts as a central registry and gateway for other MCP servers. Instead of configuring each upstream server separately in every AI client, an operator registers the servers with MCPJungle and gives clients one MCP endpoint to use.

The gateway can combine the tools, prompts, and resources exposed by registered servers. It is intended for both personal local setups and shared team deployments. In a shared deployment, the README describes centralized discovery, access-control support, and observability hooks, while the legacy documentation identifies enterprise mode for those deployment scenarios.

The listed MCP tools include included_tools, included_servers, and excluded_tools. These names indicate support for controlling which registered servers and tools are exposed, although the provided material does not document their individual input schemas.

How it works

MCPJungle uses a client-server architecture. The server manages the registered MCP servers and exposes a unified gateway over streamable HTTP at the /mcp endpoint. The default local address shown in the quickstart is http://localhost:8080/mcp.

A separate command-line binary is used to register upstream servers. For example, the documented mcpjungle register command adds a remote MCP endpoint by name and URL. Registered servers can be remote HTTP-based services or stdio-based servers; stdio support may require the image tagged for that runtime.

Clients then connect to MCPJungle rather than directly to each upstream server. The README demonstrates this flow with Claude Desktop and also names Cursor and custom agents as supported connection targets. duaraghav8/MCPJungle MCP server returns the selected upstream tools through the single gateway endpoint.

Setup and configuration

The quickstart starts the service with Docker Compose. It downloads the project’s Compose file and runs docker compose up -d; the service listens on port 8080 by default. The Compose setup starts a persistent PostgreSQL database container alongside the MCPJungle server.

The project also documents a production-oriented Compose file for remote, multi-user deployments. That configuration runs in enterprise mode, which enables the project’s enterprise features. A health check is available at http://localhost:8080/health.

Install the CLI through Homebrew or download a binary from the project’s Releases page. The documented Homebrew command is brew install mcpjungle/mcpjungle/mcpjungle. Registering a remote server uses the CLI, for example:

bash
mcpjungle register --name context7 --url https://mcp.context7.com/mcp

For stdio servers that depend on npx or uvx, the README recommends the latest-stdio Docker image tag. The standard image is described as suitable for remote MCP servers only.

Tools and capabilities

  • Register MCP servers through the included CLI.
  • Expose registered servers through one streamable HTTP MCP endpoint.
  • Aggregate tools, prompts, and resources from registered servers.
  • Select exposed servers and tools through inclusion and exclusion controls.
  • Run locally or as shared infrastructure with enterprise-mode options.
  • Connect clients such as Claude Desktop and Cursor to the unified endpoint.

Limitations and notes

duaraghav8/MCPJungle MCP server is a gateway and registry; the provided material does not describe it as an implementation of the upstream tools it exposes. Each registered MCP server remains a separate dependency that must be available and configured for MCPJungle to use it.

The quickstart’s Claude Desktop configuration uses mcp-remote to connect to the local HTTP endpoint. That utility is a client-side bridge in the example, not the MCPJungle server itself. The supplied material also refers readers to the project documentation site for current operational guidance.

Authentication, access control, and observability are mentioned, but their exact configuration, credential requirements, and deployment settings are not specified in the provided excerpt. Review the project documentation before treating those features as configured by default.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Aggregators View all alternatives
  • AllMCPs Server logoAllMCPs Server
    β˜… Featured

    The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

    πŸ”— Aggregators15 views
    Compare vs AllMCPs Server β†’
  • Agent logoAgent

    A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.

    πŸ”— Aggregators9 views
    Compare vs Agent β†’
  • MCP Orchestrator logoMCP Orchestrator

    Central hub that aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading.

    πŸ”— Aggregators2 views
    Compare vs MCP Orchestrator β†’
  • Universal MCP Toolkit logoUniversal MCP Toolkit

    A universal MCP aggregator toolkit that connects AI agents to multiple MCP servers through a single unified configuration. Features ready-made templates, cross-repo prompt workflows, and an npm package for zero-config installation.universal MCP aggregator toolkit that connects AI agents to multiple MCP servers through a single unified configuration. Features ready-made templates, cross-repo prompt workflows, and an npm package for zero-config installation.

    πŸ”— Aggregators4 views
    Compare vs Universal MCP Toolkit β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
1.2k
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Tools exposed
3
Callable tools this server registers over MCP.
Directory activity
6 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCPJungle

The README provides Docker Compose instructions for the server and Homebrew or release binaries for the CLI. It does not provide a single package-manager command that directly installs the server.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCPJungle AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/duaraghav8-mcpjungle?style=directory)](https://allmcps.com/mcp/duaraghav8-mcpjungle)
HTML Embed
<a href="https://allmcps.com/mcp/duaraghav8-mcpjungle"><img src="https://allmcps.com/api/badge/duaraghav8-mcpjungle?style=directory" alt="MCPJungle on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”—Aggregators
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsClaude Desktop, Cursor
Last updatedSep 2, 2026
9/9 checks healthy over the last 32d
Views6
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1,248
GitHub Star CountTotal stargazers on GitHub representing community popularity (1,248 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 2, 2026
57Quality signal: Good Β· 57/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity8/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 15d ago via OSV.dev Β· --allow-http (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”— Aggregators β†’Alternatives to MCPJungle β†’Install in Claude DesktopInstall in CursorInstall in VS Code