★ 0 stars
TypeScript
📁 File System
Updated today
MCP server exposing scoped filesystem operations (list, stat, read, glob, optional move/copy/delete) for media library organization. Path-whitelisted, deny-pattern-aware, dry-run-by-default writes.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"filesystem-mcp": {
"command": "npx",
"args": [
"-y",
"CarlDog/filesystem-mcp"
]
}
}
}
Run in terminal:
claude mcp add filesystem-mcp npx -y CarlDog/filesystem-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"filesystem-mcp": {
"command": "npx",
"args": [
"-y",
"CarlDog/filesystem-mcp"
]
}
}
}
Topics
claudefilesystemmcpmedia-librarymodel-context-protocoltypescript