A fast, configurable filesystem server for the Model Context Protocol (MCP), written in Rust.
claude mcp add fs-mcp-rs -- npx -y fs-mcp-rs
claude_desktop_config.json
{
"mcpServers": {
"fs-mcp-rs": {
"command": "npx",
"args": [
"-y",
"fs-mcp-rs"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"fs-mcp-rs": {
"command": "npx",
"args": [
"-y",
"fs-mcp-rs"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fs-mcp-rs": {
"command": "npx",
"args": [
"-y",
"fs-mcp-rs"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"fs-mcp-rs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fs-mcp-rs"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"fs-mcp-rs": {
"command": "npx",
"args": [
"-y",
"fs-mcp-rs"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.nihmadev--fs-mcp-rs/reviews or the review_server meta-tool.
POST /mcp