mcp-experto-filesystem

expertos-tech/mcp-experto-filesystem
★ 0 stars Unknown language 💻 Code/Dev Tools Updated today
An opinionated filesystem MCP server for automating local projects, designed to reduce token usage, enforce safe file operations, and provide high-level commands for AI agents and CLI workflows.
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": {
    "mcp-experto-filesyst": {
      "command": "npx",
      "args": [
        "-y",
        "expertos-tech/mcp-experto-filesystem"
      ]
    }
  }
}

README Excerpt

<!-- AGENTS SUMMARY High-level overview of the Expertos Tech Filesystem MCP project for human users and AI agents. Sessions: - PROBLEM-DEFINITION: Why this project exists and the problems it solves. - ARCHITECTURAL-GOALS: Key objectives (token economy, safety, intelligence). - DOCUMENTATION: Links to documentation and mandatory rules.