Back to MCP Servers

Smart Tree

AI-native directory visualization with semantic analysis, ultra-compressed formats for AI consumption, and 10x token reduction. Supports quantum-semantic mode with intelligent file categorization.

file-systemsgoai

Installation

npx -y smart-tree

Configuration

{
  "mcpServers": {
    "smart-tree": {
      "command": "npx",
      "args": ["-y", "smart-tree"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub