Back to Apps

fsPulse
by gtunes-dev
Privacy-focused filesystem monitoring and integrity verification tool with MCP support for AI assistants.
0 stars
Works in:claude
Exposes:Tools
What it does
fsPulse is a comprehensive filesystem monitoring tool that allows AI assistants to query your local filesystem data, explore scan history, and investigate integrity issues through natural conversation. It tracks directory growth, detects bit rot via SHA2 hashing, and validates file formats to ensure data health.
Tools
query_filesystem: Search and filter filesystem data using SQL-inspired syntax.get_scan_history: Retrieve historical views of the filesystem across multiple scans.check_integrity: Identify and investigate content drift or corrupted files.monitor_growth: Analyze directory size trends and storage evolution over time.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"fspulse": {
"command": "fspulse",
"args": ["serve"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
cargo install fspulseInformation
- Pricing
- free
- Published
- 6/22/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"fspulse": {
"command": "fspulse",
"args": ["serve"]
}
}
}






