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_ROOTrequiredAbsolute 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-filesystemRelated MCP servers
io.github.Digital-Defiance/mcp-process
Maintained
Process management and monitoring for AI agents with strict security boundaries
3
View repository →JavaScript
MIT
io.github.Digital-Defiance/mcp-debugger
Maintained
Node.js and TypeScript debugging with 25+ tools for AI agents
2
View repository →TypeScript
MIT
Screenshot capture with PII masking and cross-platform support for AI agents
2
View repository →TypeScript