Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by safurrier • Tools & CLI
A Model Context Protocol server that provides secure, token-efficient filesystem operations optimized for large files and intelligent context management.
Search very large codebases or logs with precise context and paginated results to avoid token overload.
Make safe, line-targeted edits with content verification and dry-run previews to prevent merge conflicts or accidental overwrites.
Analyze filesystem health—find duplicate or large files, compute directory sizes, and produce directory tree visualizations.
This MCP server exposes a rich set of filesystem tools (read, write, list, move, delete) plus advanced capabilities such as line-targeted reads, verified line edits, ripgrep-powered searches with context and pagination, duplicate finding, and directory analytics. It enforces strict sandboxing to allow operations only within explicitly allowed directories and validates symlinks and paths for security. The server is optimized for performance on large filesystems and includes features to minimize token usage when interacting with large text data. It is distributed as an open-source project with comprehensive tests and cross-platform support.
获取系统信息,包括操作系统类型,cpu架构等。
检查路径是否存,如果存在,进一步判断这个路径是文件还是目录,返回路径类型。 Args: path: 要检查的路径
获取目录的详细信息,包括目录占磁盘空间,权限等信息。 Args: directory_path: 目录路径
在指定目录中查找子目录 Args: directory_path: 要搜索的目录路径 name_pattern: 目录名模式(支持通配符,比如搜索名称中有trade的所有目录,可传参*trade*)
创建目录 Args: path: 要创建的目录路径 exist_ok: 如果目录已存在是否忽略错误(默认False) parents: 是否创建父目录(默认True)
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.