visual-tree-explorer
Verified Safeby zheroz00
Overview
An MCP server for efficient codebase exploration, providing file tree visualization, symbol extraction, and dependency analysis in a single tool call.
Installation
npm startEnvironment 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
code-index-mcp
Intelligent code indexing and analysis for Large Language Models, enabling tasks such as code review, refactoring, documentation generation, debugging assistance, and architectural analysis.
octocode-mcp
The Octocode Research server enables AI agents to perform expert code forensics and deep-dive research across local filesystems (LSP, ripgrep, file I/O) and external GitHub repositories (code search, repo structure, pull requests, package search). It's optimized for architectural analysis, pattern discovery, and implementation planning.
CodeGraphContext
An AI pair programmer that provides real-time, accurate, context-aware assistance by indexing and analyzing codebases (local projects and dependencies) using a graph database, facilitating code understanding, writing, and refactoring across multiple programming languages.
CodeGraphContext
This MCP Server acts as an expert AI pair programmer's backend, providing real-time, accurate code analysis, indexing, and relationship information from a local codebase to assist with understanding, writing, and refactoring code.