PluginBench
MCP Server
Maintained
MIT

io.github.Digital-Defiance/mcp-filesystem MCP Server

io.github.Digital-Defiance/mcp-filesystem

What is the io.github.Digital-Defiance/mcp-filesystem MCP server?

Advanced filesystem operations with strict security boundaries for AI agents

How to install io.github.Digital-Defiance/mcp-filesystem

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WORKSPACE_ROOT
    required

    Absolute path to workspace directory (all operations confined here)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@ai-capabilities-suite/mcp-filesystem"
      ],
      "env": {
        "WORKSPACE_ROOT": "<YOUR_WORKSPACE_ROOT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@ai-capabilities-suite/mcp-filesystem"
      ],
      "env": {
        "WORKSPACE_ROOT": "<YOUR_WORKSPACE_ROOT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@ai-capabilities-suite/mcp-filesystem"
      ],
      "env": {
        "WORKSPACE_ROOT": "<YOUR_WORKSPACE_ROOT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-filesystem": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ai-capabilities-suite/mcp-filesystem"
      ],
      "env": {
        "WORKSPACE_ROOT": "<YOUR_WORKSPACE_ROOT>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-filesystem --env WORKSPACE_ROOT=<YOUR_WORKSPACE_ROOT> -- npx -y @ai-capabilities-suite/mcp-filesystem

Related MCP servers

Process management and monitoring for AI agents with strict security boundaries

3
JavaScript
MIT
View repository →

Node.js and TypeScript debugging with 25+ tools for AI agents

2
TypeScript
MIT
View repository →

Screenshot capture with PII masking and cross-platform support for AI agents

2
TypeScript
View repository →