Description

Self-hosted MCP Server registry for enterprise AI Agents. Discover, manage, and deploy MCP servers at scale.

Installation

npx -y mcp-jungle
npm install mcp-jungle
git clone https://github.com/duaraghav8/MCPJungle

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "mcpjungle": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-jungle"
      ]
    }
  }
}