gnosys-treeshell
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gnosys-treeshellshow me the tree of available commands"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: mcpcute
Installation
pip install gnosys-treeshellMCP 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 argsAvailable 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA meta-server that aggregates multiple MCP servers into a single interface, reducing token usage by 98%+ through progressive tool discovery and direct code execution that processes data between tools without consuming context window space.1610Apache 2.0
- AlicenseNot gradedqualityCmaintenanceAn MCP aggregator that consolidates multiple MCP servers behind a single interface with just 3 tools (search, get details, execute), reducing context pollution for AI agents by avoiding direct exposure of numerous tool schemas.302MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP-based tool orchestrator that exposes a single execute_task tool to Claude while internally managing 100+ tools through hierarchical navigation with a cheaper LLM, preventing context overflow from loading all tool definitions.MIT
- AlicenseNot gradedqualityCmaintenanceSemantic navigator for MCP tools that finds relevant tools by natural language intent, reducing token usage by 95%.1MIT
Related MCP Connectors
MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
MEOK MCP Hardening MCP — automated security red-team for any MCP server. Maps OWASP LLM Top 10
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sancovp/gnosys-treeshell'
If you have feedback or need assistance with the MCP directory API, please join our Discord server