Loading languages...
MC

mcp-file-navigator

@Priyonuj

A secure Model Context Protocol (MCP) server for file system operations. Enables AI assistants like Claude and Cursor to access, read, write, and manage files on your system with robust path validation and dynamic storage location management.

file-system
mcp-server
ai-assistant
git

# mcpServer Config

{
  "mcpServers": {
    "file-server": {
      "command": "node",
      "args": [
        "/path/to/mcp-file-server/mcp_server.js"
      ],
      "disabled": false,
      "autoApprove": [
        "list_files",
        "read_file",
        "write_file",
        "delete_file",
        "set_base_directory",
        "get_base_directory",
        "git_command"
      ]
    }
  }
}

# stdio

node mcp_server.js
Transport:
stdio
Language:
JavaScript
Created:3/30/2025
Updated:3/30/2025