MCP Catalogs
Home

cross-code-organizer vs filesystem

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

cross-code-organizer
by mcpware
filesystem
by modelcontextprotocol
Stars★ 318★ 85,748
30d uses
Score5077
Official
Categories
Developer ToolsAI / LLM ToolsSecurity
File SystemDeveloper ToolsProductivity
LanguageJavaScriptTypeScript
Last commit1 mo agothis month

cross-code-organizer · Summary

Cross-platform configuration dashboard for AI coding tools including Claude Code and Codex CLI with MCP server management.

filesystem · Summary

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

cross-code-organizer · Use cases

  • Managing multiple MCP servers across different AI coding projects
  • Identifying and removing duplicate memories and configurations
  • Scanning for potentially compromised MCP servers with hidden instructions

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

cross-code-organizer · Install

Installation

  1. Run directly with npx: npx @mcpware/cross-code-organizer
  1. For Claude Desktop integration:
{
  "mcpServers": {
    "cross-code-organizer": {
      "command": "npx",
      "args": ["@mcpware/cross-code-organizer"]
    }
  }
}

First run auto-installs a /cco skill for Claude Code. Codex users can run the same npx command directly, then switch harnesses from the sidebar.

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.