MCP Catalogs
Home

ramparts vs filesystem

Side-by-side comparison to help you pick between these two MCP servers.

ramparts
by highflame-ai
filesystem
by modelcontextprotocol
Stars★ 86★ 85,748
30d uses
Score4777
Official
Categories
SecurityDeveloper ToolsOps & Infra
File SystemDeveloper ToolsProductivity
LanguageRustTypeScript
Last commit1 mo agothis month

ramparts · Summary

Ramparts is a security scanner for MCP servers that detects vulnerabilities and attack vectors in tool configurations.

filesystem · Summary

A feature-rich MCP server for filesystem operations with dynamic directory access control.

ramparts · Use cases

  • Security audits of MCP servers before deployment
  • Continuous monitoring in CI/CD pipelines
  • Validating third-party MCP servers before integration

filesystem · Use cases

  • Enable AI models to read and write project files during development
  • Allow Claude or other MCP clients to browse and analyze codebases
  • Provide secure sandboxed access to specific directories for content generation

ramparts · Install

cargo install ramparts

To scan an MCP server:

ramparts scan https://api.githubcopilot.com/mcp/ --auth-headers "Authorization: Bearer $TOKEN"

To run as an MCP server (stdio):

ramparts mcp-stdio

filesystem · Install

Installation

Using NPX

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    }
  }
}

Using Docker

{
  "mcpServers": {
    "filesystem": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
        "mcp/filesystem",
        "/projects"
      ]
    }
  }
}

VS Code Extension

Click the installation buttons in the README to install directly in VS Code.

Comparison generated from public README + GitHub signals. Last updated automatically.