Filesystem

Description

A Model Context Protocol server for filesystem operations.

View Documentation

Features

  • Read/write files
  • Create/list/delete directories
  • Move files/directories
  • Search files
  • Get file metadata

Example Configuration

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory",
        "/path/to/another/allowed/directory"
      ]
    }
  }
} 

Quick Start

Setup Instructions

  1. Go to Settings
  2. Navigate to MCP Servers
  3. Click Enable
  4. Click Edit Config File
  5. Update your cue_desktop_config.json
  6. Restart the app
  7. You're good to go!

Copy the configuration above and paste it into your config file, then restart the application to start using this MCP server.