{
  "markdown": "# filesystem-mcp\n\nMCP server for filesystem operations - read, create, and edit files.\n\n## Use Cases\n\n**Save email attachments**: \"Download all PDFs from my accountant's emails this month\" → searches Gmail for matching emails, extracts attachments, and saves them to a local folder.\n\n**Update config files**: \"Change the API endpoint from staging to production in my config\" → finds the config file, replaces the URL, and shows you the diff.\n\n**Generate reports**: \"Create a summary of today's calendar events\" → reads your calendar, formats a markdown report, and saves it to your notes folder.\n\n**Code refactoring**: \"Rename the function `getData` to `fetchUserData` in src/api.ts\" → reads the file, makes the precise replacement, and confirms the change.\n\n**Backup before changes**: \"Save a copy of my .zshrc before I modify it\" → reads the current file and writes a timestamped backup.\n\n## Setup\n\nFollow the instructions on [install-mcp](https://adamjones.me/install-mcp/?config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImZpbGVzeXN0ZW0tbWNwIl0sIm5hbWUiOiJmaWxlc3lzdGVtIn0=), which generates the right config for your MCP client (Claude Code, Claude Desktop, Cursor, Cline, VS Code, and more).\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `view` | Read file contents or list directory (with line numbers) |\n| `create` | Create or overwrite a file |\n| `str_replace` | Replace an exact string in a file |\n| `insert` | Insert text at a specific line |\n\n## Contributing\n\nPull requests are welcomed on GitHub! To get started:\n\n1. Install Git and Node.js\n2. Clone the repository\n3. Install dependencies with `npm install`\n4. Run `npm run test` to run tests\n5. Build with `npm run build`\n\n## Releases\n\nVersions follow the [semantic versioning spec](https://semver.org/).\n\nTo release:\n\n1. Use `npm version <major | minor | patch>` to bump the version\n2. Run `git push --follow-tags` to push with tags\n3. Wait for GitHub Actions to publish to the NPM registry.\n",
  "bytes": 1968,
  "sha": "6e847a733404c88ab60c230b366151cba4334f3e129e9deacfa229d96280875c",
  "repo_slug": "domdomegg/filesystem-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_domdomegg_filesystem_mcp_2ba989da/readme"
}