Summary
One server, and it is the one everybody needs.
File access is the capability almost every agent setup starts with, and the framing here is that the guard rails are part of the operations rather than a wrapper you remember to add.
What it is
A collection of MCP servers published as the `mcp-collection` npm package. The server it ships today is **file-mcp**: comprehensive file operations with advanced safety features, installed as a binary of the same name.
What you get
- `file-mcp` — file operations exposed to an MCP client, with the safety features sitting inside the operations rather than around them
- A single executable, `file-mcp`, shipped in the package and wired into a client as a stdio command
- A collection layout, so further servers arrive under the same package and version line
Requirements
Node, and the `mcp-collection` package — the executable is `file-mcp`. Current version 0.1.2.
