Official Filesystem Model Context Protocol Server for local file operations.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add Dokhacgiakhoa/antigravity-ide --skill filesystem-mcp --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Filesystem Mcp?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dokhacgiakhoa-filesystem-mcp)More formats (shields.io, HTML) on the badges page.
---
name: filesystem-mcp
description: Official Filesystem Model Context Protocol Server for local file operations.
category: tools
version: 4.0.5
layer: master-skill
---
# Filesystem MCP Skill
## 🎯 Goal
Enable the AI Agent to read, write, and manage files on the local filesystem securely using the official Model Context Protocol standard.
## 🛠️ Tools
### `read_file`
Read the complete contents of a file.
- **path**: Absolute or relative path to the file (string)
### `write_file`
Write content to a file.
- **path**: Absolute or relative path to the file (string)
- **content**: The content to write (string)
### `list_directory`
List files and directories within a path.
- **path**: Path to the directory (string)
### `move_file`
Move or rename a file or directory.
- **source**: Current path (string)
- **destination**: New path (string)
### `search_files`
Search for files matching a pattern.
- **directory**: Root directory to search (string)
- **pattern**: Regex or glob pattern (string)
## 🚀 Usage Rules
1. **Scope**: Operations are typically restricted to the allowed directories configured in the server.
2. **Safety**: Check if a file exists (using `list_directory` or `read_file` check) before overwriting if preserving data is important.
3. **Paths**: Use absolute paths or consistent relative paths to avoid ambiguity.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.