Back to Home
jayhemnani9910 icon

offline-ai

Verified Safe

by jayhemnani9910

Overview

Provides a local filesystem interface (list directory, read file, search) for AI coding agents to interact with the workspace.

Installation

Run Command
python mcp/fs_server/main.py

Security Notes

The server uses standard input/output (stdio) for communication, which reduces network exposure risks. It does not contain 'eval' or obvious obfuscation. However, the 'list_dir', 'read_file', and 'grep' functions take 'path' as an argument directly from the AI agent. This means a malicious or unconstrained agent could potentially read or list any file on the system (e.g., '/etc/passwd') if the MCP client (like Continue) does not implement path sanitization or sandboxing at a higher level. Additionally, the 'grep' function's regex pattern, also provided by the agent, could potentially be crafted for a Regular Expression Denial of Service (ReDoS) attack, causing performance issues on large files.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens4000
Stars0
Forks0
Last Update2025-12-13

Tags

AI AgentOfflineVS CodeFilesystemOllama