GNOSYS TreeShell MCP - Tree-based navigation REPL for compound intelligence ecosystem
Project description
gnosys-treeshell
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gnosys_treeshell-0.1.2.tar.gz.
File metadata
- Download URL: gnosys_treeshell-0.1.2.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4646b77a54e61ebac64a0a0dd04c198467a65d71f945855174b918265740cc6a
|
|
| MD5 |
eabd101ad964664aeae53f0a719fe78f
|
|
| BLAKE2b-256 |
b82b6b1466d4ae10e32a4a7b4beabf6a5e693a519997a5da27e644f3591f3193
|
File details
Details for the file gnosys_treeshell-0.1.2-py3-none-any.whl.
File metadata
- Download URL: gnosys_treeshell-0.1.2-py3-none-any.whl
- Upload date:
- Size: 19.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef035e80c6950bf26cef792545be9e019bd6c9f6110e52eea08b4feeea0b97b1
|
|
| MD5 |
21049cdfb25b290ebe293d654d678d0f
|
|
| BLAKE2b-256 |
81405d083c48296d1849addd271b9f22e65f433c5d99b4330beb48427ee3793b
|