Servers
Mcp Filesystem
@gabrielmaialva33
A secure Model Context Protocol (MCP) server providing filesystem access within predefined directories
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-filesystem": {
"command": "npx",
"args": [
"@gabrielmaialva33/mcp-filesystem",
"/path/to/allowed/directory"
]
}
}
}