fs-mcp-rs runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm. Last commit 1 Aug 2026.
A fast, configurable filesystem server for the Model Context Protocol (MCP), written in Rust.
We read the source, 22 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
postinstall: node bin/index.js --download-only
этот файл ставится пользователю, но в репозитории его нет
const archivePath = path.join(cacheDir, info.archiveName);
execSync(`powershell -Command "Expand-Archive -Path '${archivePath}' -DestinationPath '${extractDir}' -Force"`);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add fs-mcp-rs -- npx -y fs-mcp-rs
{
"mcpServers": {
"fs-mcp-rs": {
"args": [
"-y",
"fs-mcp-rs"
],
"command": "npx"
}
}
}
[mcp_servers.fs-mcp-rs]
command = "npx"
args = ["-y", "fs-mcp-rs"]
{
"mcpServers": {
"fs-mcp-rs": {
"args": [
"-y",
"fs-mcp-rs"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"fs-mcp-rs": {
"args": [
"-y",
"fs-mcp-rs"
],
"command": "npx"
}
}
}
Secure filesystem access for AI agents with configurable directory and file type restrictions
Read-only Model Context Protocol MCP server enabling code-driven AI analysis of Kubernetes clusters.
MCP server for filesystem access
Secure filesystem MCP server for reading, writing, searching, diffing, and patching files.
Model Context Protocol server that lets LLMs collaboratively drive tmux
An MCP server that provides persistent multimodal context storage for LLM agents.
Universal MCP server for local filesystem skills with lazy loading and context-efficient discovery
Persistent memory and virtual filesystem MCP server for AI agents.
Answers built from our own checks of this server.