Back to MCP Servers

MCPJungle

Self-hosted MCP Server registry for enterprise AI Agents

aggregatorsaiagent

Installation

npx -y MCPJungle

Configuration

{
  "mcpServers": {
    "MCPJungle": {
      "command": "npx",
      "args": ["-y", "MCPJungle"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub