surgicalfs-mcpserver

wonker007/surgicalfs-mcpserver
★ 2 stars Rust 📁 File System Updated 11d ago
High-performance, context-efficient filesystem MCP server built in Rust
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "surgicalfs-mcpserver": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "surgicalfs-mcpserver"
      ]
    }
  }
}