{ "id": "fs-mcp", "name": "Filesystem MCP", "description": "本地文件系统操作,支持读写、搜索、监控文件变化", "capabilities": [ "file_read", "file_write", "file_search", "file_watch" ], "toolCount": 11, "version": "1.2.0", "author": "Anthropic", "tags": [ "文件系统", "本地" ], "install": { "method": "npx", "packageName": "@modelcontextprotocol/server-filesystem", "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "/path/to/allowed/dir" ] }, "connection": { "transport": "stdio", "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "/path/to/allowed/dir" ] } }