Stats
Actions
Tags
From godmode
Local filesystem MCP server providing 'files' capabilities for reading, writing, and managing files in the current directory (./) and subdirectories. Runs locally as a stdio subprocess.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"${workspaceFolder}"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub arbazkhan971/godmode