Odel
FileSystem MCP Server

FileSystem MCP Server

Local
@oncorporation5PythonApache-2.0Updated 6mo ago

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).

PyPIvs-filesystem-mcp-serverv0.1.3

Run

uvx vs-filesystem-mcp-server

MCP client config

{
  "mcpServers": {
    "filesystem-mcp-server": {
      "command": "uvx",
      "args": [
        "vs-filesystem-mcp-server"
      ]
    }
  }
}