
文件
STDIO提供文件系统操作的标准化API服务
提供文件系统操作的标准化API服务
A Model Context Protocol (MCP) server that provides file system operations through a standardized API. Mainly just doing this so I can prototype and integrate error logs into mcp clients.
npm run build npm start
npm run dev
npm run inspect
Tool Name | Description |
---|---|
readFile | Read contents of a file |
writeFile | Write content to a file |
listFiles | List files in a directory |
tailFile | Read the last N lines from a file |
listTools | List all tools registered in the server |
npm install
npm run build
MIT