Back to Home
MCPRUNNER icon

filescrubberMCP

Verified Safe

by MCPRUNNER

Overview

A Model Context Protocol (MCP) server that extends AI assistants with comprehensive file system operations, multi-format data parsing, Scriban template processing, HTTP client operations, and workflow automation.

Installation

Run Command
docker-compose up --build

Environment Variables

  • FILESCRUBBER_MCP_TRANSPORT
  • ASPNETCORE_URLS
  • FILESCRUBBER_FILE_DIRECTORY
  • FILESCRUBBER_MCP_LOG_DIR
  • ASPNETCORE_ENVIRONMENT

Security Notes

The server provides powerful file system operations and HTTP client capabilities, which inherently carry risks (e.g., path traversal, SSRF) if inputs are not rigorously validated. While the `FILESCRUBBER_FILE_DIRECTORY` environment variable helps restrict file access, its enforcement across all path parameters needs explicit verification. The `fscrub_ask_github_copilot` tool acts as a proxy, shifting prompt injection risks to the GitHub Copilot service rather than server-side code execution. No direct 'eval' or obfuscation found. Standard .NET security practices are followed with dependency injection and structured logging. Overall, reasonable security for an advanced tool, but careful client-side input validation is crucial for an AI assistant scenario.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-27

Tags

File System OperationsMulti-Format ParsingTemplate ProcessingWorkflow AutomationAI Integration