MCP Directory
Back

filesystem-mcp

by codemaestroai · JavaScript · ★ 2

Public repository for FileSystem MCP, Fork of @modelcontextprotocol/server-filesystem

Install

npx -y github:codemaestroai/filesystem-mcp

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "filesystem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:codemaestroai/filesystem-mcp"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server that provides secure filesystem access to AI assistants in Code Maestro Desktop. This MCP server allows AI assistants to: - Read and write files - Create and navigate directories - Search for files - Edit existing files with precision - And more filesystem operations All operations are restricted to the directories you explicitly allow. We forked the original to make it more efficient for AI assistants. The original package could return extremely large outputs that waste tokens and overwhelm language models. **Our improvements:** - **Smart file readin…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers