MCP.so
登录

MCP Filesystem

@isaacphi

关于 MCP Filesystem

Model Context Protocol (MCP) server with a resource for each file in a workspace

基本信息

分类

文件与存储

许可证

MIT license

运行时

go

传输方式

stdio

发布者

isaacphi

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Filesystem?

MCP Filesystem is an MCP server that exposes each non‑ignored file in a workspace directory as a resource and sends real‑time change notifications. It is intended for developers using MCP‑compatible clients (e.g. Claude Desktop) who want AI assistants to access and interact with local project files.

How to use MCP Filesystem?

Install the server binary via go install github.com/isaacphi/mcp-filesystem@latest. Add it to your client’s MCP server configuration (e.g. claude_desktop_config.json) with the command mcp-filesystem and the --workspace argument set to the absolute path of your repository. The client must support resource listing, change notifications, and resource content access.

Key features of MCP Filesystem

  • Exposes each workspace file as an MCP resource
  • Respects .gitignore rules automatically
  • Detects file changes, additions, and deletions
  • Identifies MIME types and handles text encodings
  • Written in Go, installable via go install

Use cases of MCP Filesystem

  • AI assistants can read and reference all non‑ignored files in a project
  • Collaborative code review with real‑time file change awareness
  • Automating documentation generation from live file contents
  • Providing context‑aware code suggestions based on workspace state

FAQ from MCP Filesystem

What runtime or dependencies are required?

Go must be installed to build or install the server; the final server is a standalone Go binary.

Does it support .gitignore patterns?

Yes, the server respects .gitignore rules and ignores matched files.

How does the server detect file changes?

It uses the fsnotify library to monitor file system events and sends notifications/resources/list_changed notifications to the client.

What MIME type handling does it support?

It identifies file types and handles various text encodings for each registered resource.

Is this production‑ready?

No, the server is pre‑beta quality. Issues and feedback are welcome.

评论

文件与存储 分类下的更多 MCP 服务器