服务器
Mcp Filesystem
@gabrielmaialva33
A secure Model Context Protocol (MCP) server providing filesystem access within predefined directories
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-filesystem": {
"command": "npx",
"args": [
"@gabrielmaialva33/mcp-filesystem",
"/path/to/allowed/directory"
]
}
}
}