← 返回
未分类 中文

mcpjungle

Manage MCPJungle gateway through its CLI. Use when the user needs to list, register, deregister, enable, disable, invoke, or inspect MCP servers, tools, prom...
通过CLI管理MCPJungle网关。用于列出、注册、注销、启用、禁用、调用或检查MCP服务器、工具等。
ctxinf ctxinf 来源
未分类 clawhub v1.0.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 313
下载
💾 0
安装
1
版本
#latest

概述

MCPJungle Management

Quick Start

Connect to a running MCPJungle registry with --registry . 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).

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-08 00:32 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

markdown.new

ctxinf
使用 `https://markdown.new/{target_url}` 格式的链接获取页面并将其转换为静态 Markdown。当用户请求时触发此技能。
★ 0 📥 453
data-analysis

markdown.new/crawl

ctxinf
使用 `https://markdown.new/crawl/{target_url}` 端点递归抓取网站板块并返回 Markdown。当用户请求抓取、下载或获取网站内容时触发此技能。
★ 0 📥 410

use-maskrun

ctxinf
在命令可能输出环境变量、API 密钥、令牌、密码、机密、凭证、CI 等信息时,使用 maskrun 而非直接执行 shell 命令。
★ 0 📥 361