Back to Home
zheroz00 icon

visual-tree-explorer

Verified Safe

by zheroz00

Overview

An MCP server for efficient codebase exploration, providing file tree visualization, symbol extraction, and dependency analysis in a single tool call.

Installation

Run Command
npm start

Environment Variables

  • VTE_PORT

Security Notes

The tool uses `child_process.exec` for Git commands, which is a common and generally safe pattern for CLI tools, with parsed output. Robust path validation (`validatePath`) prevents path traversal attacks and symlink escapes. An HTTP server mode is available, which by default binds to localhost, and the documentation explicitly warns that it's 'designed for local development only' and lacks authentication for production use, mitigating potential network risks if users adhere to the recommendations. No `eval`, obvious obfuscation, or hardcoded secrets were found.

Similar Servers

Stats

Interest Score36
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars8
Forks0
Last Update2026-01-17

Tags

file treecode analysisdependency graphsymbol extractionMCP server