Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Gnosys Treeshell

БесплатноНе проверен

Tree-based navigation MCP that provides a single interface to explore and execute actions across multiple GNOSYS MCP servers, reducing token consumption from ~1

GitHubEmbed

Описание

Tree-based navigation MCP that provides a single interface to explore and execute actions across multiple GNOSYS MCP servers, reducing token consumption from ~14k to ~1.4k.

README

Tree-based navigation MCP for the GNOSYS compound intelligence ecosystem.

Overview

gnosys-treeshell provides a TreeShell interface to all GNOSYS MCPs. Instead of loading 20+ individual MCP tools (consuming ~14k tokens), you load one TreeShell (~1.4k tokens) and navigate to what you need.

Installation

pip install gnosys-treeshell

MCP Configuration

Add to your Claude Code claude_desktop_config.json:

{
  "mcpServers": {
    "gnosys-treeshell": {
      "command": "gnosys-treeshell"
    }
  }
}

Usage

The TreeShell provides these core commands:

nav                               # Show tree structure
jump <coordinate>                 # Navigate to node
<coordinate>.exec {"args"}        # Jump and execute with args

Available Actions

Coordinate Action Description
0.0.1 discover_server_actions Find available actions from servers
0.0.2 execute_action Execute a specific action
0.0.3 get_action_details Get detailed info about an action
0.0.5 manage_servers Manage MCP server connections
0.0.6 search_documentation Search server action docs
0.0.7 search_mcp_catalog Search offline catalog

Example

# Discover what's available
discover_server_actions.exec {"user_query": "session tracking"}

# Get details on a specific action
get_action_details.exec {"server_name": "starlog", "action_name": "orient"}

# Execute an action
execute_action.exec {"server_name": "starlog", "action_name": "orient", "body_schema": {"path": "/my/project"}}

Part of GNOSYS

This package is part of the GNOSYS compound intelligence system for Claude Code.

License

GNOSYS Personal Builder License (GPBL) v1.0

from github.com/sancovp/gnosys-treeshell

Установить Gnosys Treeshell в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install gnosys-treeshell

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add gnosys-treeshell -- uvx gnosys-treeshell

FAQ

Gnosys Treeshell MCP бесплатный?

Да, Gnosys Treeshell MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Gnosys Treeshell?

Нет, Gnosys Treeshell работает без API-ключей и переменных окружения.

Gnosys Treeshell — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Gnosys Treeshell в Claude Desktop, Claude Code или Cursor?

Открой Gnosys Treeshell на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Gnosys Treeshell with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development