mcpjungle-management

Manage MCPJungle gateway through its CLI. Use when the user needs to list, register, deregister, enable, disable, invoke, or inspect MCP servers, tools, prompts, and tool groups exposed by a running mcpjungle instance. Covers operations like server registration, tool/prompt lifecycle management, configuration export, and direct tool invocation.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "mcpjungle-management" with this command: npx skills add ctxinf/mcpjungle

MCPJungle Management

Quick Start

Connect to a running MCPJungle registry with --registry <url>. Default is http://127.0.0.1:8080.

# Verify connection and list registered servers
mcpjungle --registry http://localhost:8080 list servers

Registry Connection

Always pass --registry if the instance is not on the default port 8080.

mcpjungle --registry http://localhost:8080 <command>

Servers

List registered servers

mcpjungle --registry <url> list servers

Register a server

# SSE transport
mcpjungle --registry <url> register <name> --type sse --url <sse-url>

# Streamable HTTP transport
mcpjungle --registry <url> register <name> --type streamable_http --url <http-url>

# STDIO transport
mcpjungle --registry <url> register <name> --type stdio --command <command>

Deregister a server

mcpjungle --registry <url> deregister <server-name>

Tools

List available tools

mcpjungle --registry <url> list tools
mcpjungle --registry <url> list tools --server <server-name>
mcpjungle --registry <url> list tools --group <group-name>

Inspect tool schema and usage

mcpjungle --registry <url> usage <server-name>__<tool-name>

Invoke a tool

mcpjungle --registry <url> invoke <server-name>__<tool-name> --input '{"key":"value"}'

Disable a tool

# Single tool
mcpjungle --registry <url> disable tool <server-name>__<tool-name>

# All tools from a server
mcpjungle --registry <url> disable tool <server-name>

Enable a tool

mcpjungle --registry <url> enable tool <server-name>__<tool-name>
mcpjungle --registry <url> enable tool <server-name>

Prompts

List prompts

mcpjungle --registry <url> list prompts
mcpjungle --registry <url> list prompts --server <server-name>

Retrieve a prompt with arguments

mcpjungle --registry <url> get prompt "<server-name>__<prompt-name>" --arg key=value

Disable / enable prompts

mcpjungle --registry <url> disable prompt "<server-name>__<prompt-name>"
mcpjungle --registry <url> enable prompt "<server-name>__<prompt-name>"

# Entire server prompts
mcpjungle --registry <url> disable prompt <server-name>
mcpjungle --registry <url> enable prompt <server-name>

Tool Groups

List groups

mcpjungle --registry <url> list groups

Groups are logical collections of tools exposed to specific MCP clients.

Disable / Enable Servers

Disable or re-enable an entire server globally:

mcpjungle --registry <url> disable server <server-name>
mcpjungle --registry <url> enable server <server-name>

Behavior: disabled tools/prompts are hidden from the main /mcp gateway but can still be listed and managed via CLI/API.

Configuration Export

Export all configuration to files:

mcpjungle --registry <url> export

Prerequisites

  • mcpjungle CLI must be installed and available in $PATH. Verify with which mcpjungle.
  • A running MCPJungle registry server (default http://127.0.0.1:8080).

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Dependency Breaking Technique Executor

Select and execute the right dependency-breaking technique from Michael Feathers' catalog of 24 named techniques (Part III of Working Effectively with Legacy...

Registry SourceRecently Updated
Coding

Clipcat - AI Viral Video Maker for TikTok Shop

Clipcat - TikTok e-commerce video creation skill. Video search, product insights, viral replication, product-to-video generation, breakdown analysis, and vid...

Registry SourceRecently Updated
Coding

azure-infra-engineer

> Azure cloud infrastructure expert specializing in network design, identity integration, PowerShell automation with Az modules, and infrastructure-as-code p...

Registry SourceRecently Updated
Coding

Legacy Code Symptom Router

Diagnose any legacy-code situation in plain language and route to the right technique. Use as the FIRST skill when a developer has a vague or specific compla...

Registry SourceRecently Updated