MCP Directory
Back

mcpfs

by jeswin · JavaScript · ★ 0

Quick port of modelcontextprotocol/server-filesystem to http streaming

Install

npx -y github:jeswin/mcpfs

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": {
    "mcpfs": {
      "command": "npx",
      "args": [
        "-y",
        "github:jeswin/mcpfs"
      ]
    }
  }
}

From the README

An HTTP streaming port of the official [MCP Filesystem Server](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem) by Anthropic. This is a port of [@modelcontextprotocol/server-filesystem](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem) that replaces the **stdio** transport with **HTTP Streaming** (Streamable HTTP transport). The original MCP filesystem server uses stdio transport, which works well for local CLI integrations but has limitations: - Requires spawning a subprocess for each connection - Not suitable for remote/networked deployment…
Read full README on GitHub →

Related filesystem servers