llm-tools
Verified Safeby samestrin
Overview
Provides high-performance filesystem operations (file management, editing, search, archiving) as an MCP server for AI agents like Claude Code, acting as the agent's 'hands' for codebase interaction.
Installation
llm-filesystem-mcp --allowed-dirs /path/to/your/projectsSecurity Notes
The server explicitly validates all paths against configured allowed directories to prevent path traversal attacks. It also resolves and validates symlinks, and detects/handles binary files appropriately. Built in Go, it leverages type safety and avoids dangerous patterns like 'eval'. Relies on secure argument passing to underlying CLI binaries. API keys for LLM integration (in other tools of the suite) are expected via environment variables, not hardcoded.
Similar Servers
mcp-filesystem-server
Provides secure and controlled access to the local filesystem via the Model Context Protocol (MCP) for AI agents and other applications.
mcp-devtools
A high-performance MCP server providing a unified interface to essential developer tools, featuring OAuth 2.0/2.1 authorization and a multi-layered security framework.
tinystruct-mcp
A modular Java server providing a JSON-RPC interface for file system and Git/GitHub operations, aimed at automation and DevOps workflows.
filesystem-mcp
Provides secure, efficient, and token-optimized filesystem operations for AI agents via the Model Context Protocol.