Win-10-MCP-Server---Simple-persistant-logging
@trevorwilkerson
关于 Win-10-MCP-Server---Simple-persistant-logging
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Win-10-MCP-Server---Simple-persistant-logging?
A customized version of the official @modelcontextprotocol/server-filesystem MCP server that adds persistent logging and automatic file backups. Created to combat Claude Desktop’s tendency to write incomplete files, it logs all write_file operations and creates timestamped backups before overwriting existing files.
How to use Win-10-MCP-Server---Simple-persistant-logging?
Replace the standard index.js inside server-filesystem/dist with the provided modified version and place logger.mjs in your project root. The server will then log all write_file calls to logs/KAN_server.log and create a backup of any existing target file with a .MMDDYY_HH_MM__CLDBak suffix before writing.
Key features of Win-10-MCP-Server---Simple-persistant-logging
- Creates a timestamped backup of the target file before every
write_filecall - Logs all file operations to a persistent
logs/KAN_server.logfile - Returns the backup filename in the response for immediate user notification
- Validates file paths to restrict writing to a controlled directory
- Runs on Node.js without any additional dependencies
Use cases of Win-10-MCP-Server---Simple-persistant-logging
- Recovering when Claude Desktop writes incomplete files due to lazy output
- Auditing file change history for MCP-driven file editing sessions
- Providing a simple diff-based workflow to verify and fix Claude’s changes
FAQ from Win-10-MCP-Server---Simple-persistant-logging
Does this work with the official @modelcontextprotocol/server-filesystem?
Yes, it is a direct modification of that server’s index.js (found at C:\Users\TrevorW\AppData\Roaming\npm\node_modules\@modelcontextprotocol\server-filesystem\dist on Windows).
What are the runtime requirements?
Node.js with the @modelcontextprotocol/server-filesystem npm package installed globally.
Where are logs and backups stored?
Logs are written to logs/KAN_server.log in the project root. Backups are saved in the same directory as the target file with a .MMDDYY_HH_MM__CLDBak suffix.
Are there any known limitations?
The modified code restricts writes to a base directory called Control_Charts (relative to the current working directory). Other paths are rejected.
Does this change the MCP transport or authentication?
No, it only modifies the write_file handler’s logic. Transport, authentication, and all other MCP protocol features remain unchanged from the official server.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
评论