MCP Filesystem
Rank #23,676io.github.Digital-Defiance/mcp-process
MCP server providing filesystem capabilities
MCP Filesystem is a Model Context Protocol (MCP) server published by digital-defiance. It ranks #23,676 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. MCP Filesystem is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on Nov 28, 2025 and most recently updated on Dec 20, 2025.
Ranks ahead of 91,784 of 115,460 servers on MCP Toplist.
Use MCP Filesystem
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-process -e "WORKSPACE_ROOT=<your WORKSPACE_ROOT>" -- npx -y @ai-capabilities-suite/mcp-filesystemReplace each placeholder with your own value before saving.
[mcp_servers.mcp-process]
command = "npx"
args = ["-y", "@ai-capabilities-suite/mcp-filesystem"]
[mcp_servers.mcp-process.env]
WORKSPACE_ROOT = "<your WORKSPACE_ROOT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-process": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-filesystem"
],
"env": {
"WORKSPACE_ROOT": "<your WORKSPACE_ROOT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-process": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-filesystem"
],
"env": {
"WORKSPACE_ROOT": "<your WORKSPACE_ROOT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-process": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-filesystem"
],
"env": {
"WORKSPACE_ROOT": "<your WORKSPACE_ROOT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-process": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-filesystem"
],
"env": {
"WORKSPACE_ROOT": "<your WORKSPACE_ROOT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-process": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-filesystem"
],
"env": {
"WORKSPACE_ROOT": "<your WORKSPACE_ROOT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Digital-Defiance%2Fmcp-process)<a href="https://mcptoplist.com/server/io.github.Digital-Defiance%2Fmcp-process"><img src="https://mcptoplist.com/badge/io.github.Digital-Defiance%2Fmcp-process.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
digital-defiance
Other servers by digital-defiance
View all digital-defiance servers →Available versions (3)
| Version | Published |
|---|---|
| 0.1.9 | Dec 20, 2025 |
| 0.1.0 | Dec 9, 2025 |
| 0.1.1 | Dec 5, 2025 |
Frequently asked questions
- Who maintains MCP Filesystem?
- MCP Filesystem is maintained by digital-defiance, which publishes 4 MCP servers (12 total versions) tracked on MCP Toplist.
- Is MCP Filesystem listed on the Official MCP Registry?
- Yes — MCP Filesystem is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does MCP Filesystem have?
- MCP Toplist tracks 3 versions of MCP Filesystem, most recently published on Dec 20, 2025.
- Where can I find the source code for MCP Filesystem?
- The source code for MCP Filesystem is hosted at github.com/digital-defiance/ai-capabilities-suite.