What it does
An active MCP reference server (Node.js) that lets an AI client read, write, edit, move, and search files within explicitly allowed directories. Access is sandboxed to the directories passed on the command line (or via MCP Roots), so the model cannot escape its allowlist. All operations are deterministic filesystem calls. Runs locally over stdio — there is no hosted endpoint.
Example prompts
- Search my project directory for every TODO and list them with file paths.
- Read package.json and tell me which dependencies are outdated.
