stump
Verified Safeby hegner123
Overview
Provides compact, token-efficient directory tree visualization optimized for LLM consumption, acting as an MCP server.
Installation
./zig-out/bin/stumpEnvironment 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
ncp
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.
modular-mcp
A proxy server that efficiently manages and loads large tool collections from multiple Model Context Protocol (MCP) servers on-demand for LLMs, reducing context overhead.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
mcp-ai-agent-guidelines
A comprehensive AI agent development framework focused on structured design, prompt engineering, code analysis, and agent-to-agent orchestration for developers.