MCP Directory
Back

filesystem-mcp

by codemaestroai · JavaScript · ★ 3

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

Install

npx -y github:codemaestroai/filesystem-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related filesystem servers