Secure filesystem access for AI agents with configurable directory and file type restrictions
Runs locally over stdio
This server isn't hosted β your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx vs-filesystem-mcp-server
MCP client config
{
"mcpServers": {
"filesystem-mcp-server": {
"command": "uvx",
"args": [
"vs-filesystem-mcp-server"
]
}
}
}