Back to Home
hegner123 icon

stump

Verified Safe

by hegner123

Overview

Provides compact, token-efficient directory tree visualization optimized for LLM consumption, acting as an MCP server.

Installation

Run Command
./zig-out/bin/stump

Environment Variables

  • STUMP_TOKEN_LIMIT

Security Notes

The tool directly interacts with the filesystem based on user-provided paths. Safeguards are mentioned, such as UUID generation for output files to prevent overwrites, symlink cycle detection when following symlinks, large directory detection to prevent accidental over-processing, and UTF-8 validation for filenames. No explicit network connectivity is mentioned for the tool itself (it uses stdio transport), which reduces network-related risks. As a systems-level tool written in Zig, vulnerabilities could arise from subtle implementation flaws in filesystem interactions, but the described features indicate a strong focus on defensive programming.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens10000
Stars0
Forks0
Last Update2026-01-19

Tags

directory treeLLM optimizationtoken efficiencyMCP serverZig