Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. Derived
Derived logo
Health: ActiveRecent health check succeeded.Last checked 9/23/2026, 1:16:49 AM

Derived

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository

Inspect and safely clean local Xcode, Simulator, and XCTest storage.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for Derived, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Documentation Overview

Derived app icon

Derived

A native macOS menu-bar application for inspecting and removing storage created by Xcode, Simulator, and XCTest.

macOS 14.0 or later Swift tools 6.2 CLI and MCP version 1.0.9 MIT License

[!CAUTION] Derived permanently deletes selected developer data instead of moving it to the Trash. Review the cleanup plan before confirming deletion.

Overview

Derived finds and removes storage created by Xcode, Simulator, and XCTest. It reports verified reclaimable space, keeps APFS clone sizes separate, and protects active or high-risk targets.

Use Derived through the macOS app, the derived CLI, or the local derived-mcp server. All three interfaces use the same scanner, path validation, and cleanup workflow. Derived runs locally and does not collect analytics.

InterfaceIntended use
macOS appInteractive scans, cleanup selection, scheduling, and history
CLITerminal workflows, shell scripts, and structured JSON output
MCP serverStructured access for Codex, Claude Code, Cursor, and other MCP clients

Install the macOS app

Homebrew (recommended)

sh
brew tap adiaz0511/derived
brew trust adiaz0511/derived
brew install --cask derived

The trust command is required once for the third-party tap.

Update the app with:

sh
brew update
brew upgrade --cask derived

Disk image

  1. Download the DMG from the latest GitHub release.
  2. Open the disk image.
  3. Drag Derived.app to Applications.
  4. Open Derived from Applications.

Install the CLI and MCP server

The agent tools include the derived CLI, the derived-mcp server, and the derived-cleanup skill. The macOS app is not required.

Homebrew (recommended)

sh
brew tap adiaz0511/derived
brew trust adiaz0511/derived
brew install --cask derived-tools
derived integrations install

derived integrations install detects Codex, Claude Code, and Cursor on the Mac. It registers the MCP server and installs the skill for each detected client.

Update the tools and refresh their integrations with:

sh
derived integrations update

The CLI checks for new versions at most once per day during interactive commands. Update notices never appear in JSON or MCP output.

Disk image

The latest Derived DMG also includes Derived Agent Tools for installation without Homebrew.

  1. Open the DMG.
  2. Open Derived Agent Tools.
  3. Select Install for Codex.
  4. Restart Codex.

When the app and DMG-installed tools are both present, Derived offers to update the tools after an app update. Without the app, download the latest DMG and run Derived Agent Tools again.

MCPB installation

Clients that support MCPB bundles can install Derived-MCP-VERSION-macOS-universal.mcpb from the latest release. The MCPB contains the MCP server, but it does not install the derived CLI or portable skill.

Use Derived with coding agents

Check which clients are configured:

sh
derived --version
derived integrations status

Then start a new session in Codex, Claude Code, or Cursor and ask:

text
Use $derived-cleanup to scan my developer storage.

See Agent Integrations for client-specific commands, manual configuration, and uninstallation.

Use the CLI

The CLI provides aligned tables for interactive use and JSON for scripts and agents.

CommandPurpose
derived scanScan Xcode, Simulator, and XCTest storage and print a scan ID
derived listList candidates from one category in a previous scan
derived prepareCreate an expiring cleanup plan for selected items or categories
derived deleteExecute a prepared plan with its exact confirmation phrase
derived integrations installConfigure the MCP server and skill for supported coding agents
derived integrations statusReport installed agent integrations
derived integrations updateUpdate Homebrew-managed tools and refresh their integrations

Start with a scan:

sh
derived --version
derived scan

Use the scan ID printed by derived scan to inspect a category and prepare a plan:

sh
derived list --scan SCAN_ID --category derivedData --limit 20
derived prepare --scan SCAN_ID --category previewData

Replace SCAN_ID with the UUID printed by the scan. Do not include angle brackets. The prepare command prints the exact confirmation phrase and complete derived delete command for that plan.

Use --json when another program will consume the output:

sh
derived scan --json
derived list --scan SCAN_ID --category derivedData --limit 20 --json

Scan IDs expire after 30 minutes. Cleanup plans expire after 10 minutes and can be executed once.

Features

Storage discovery

  • Scans Derived Data, SwiftUI previews, XCTest devices, simulators, runtimes, Device Support, logs, caches, archives, and temporary data.
  • Reports verified reclaimable bytes separately from logical APFS clone sizes.
  • Groups cleanup candidates by category and recommendation status.

Cleanup and automation

  • Cleans individual candidates, complete categories, or cross-category selections.
  • Uses simctl to remove simulator devices and runtimes through supported system operations.
  • Schedules cleanup for Derived Data, Xcode logs, and Xcode caches.
  • Supports Launch at Login and maintains a local JSON Lines cleanup history.

Safety

  • Detects active development tools and protects active targets.
  • Requires an expiring cleanup plan and exact confirmation before deletion.
  • Revalidates every candidate immediately before cleanup.
  • Never selects archives or simulator runtimes automatically.

Safety model

Derived validates every cleanup target against a fixed allowlist. It rejects category roots, paths outside approved developer directories, malformed simulator identifiers, active targets, symbolic-link escapes, and candidates that changed after the plan was created.

Automatic cleanup waits until related development tools are closed and fails safely when process inspection is unavailable. XCTest APFS clone sizes are reported as logical sizes and excluded from verified reclaimable totals.

See Safety for the complete deletion model and approved paths.

Requirements

Run Derived

  • macOS 14.0 or later
  • Xcode for Simulator discovery and simctl-backed cleanup

The DMG contains prebuilt universal applications and command-line tools. Building from source is not required.

Derived is intentionally not sandboxed because it manages files under ~/Library/Developer and invokes xcrun simctl.

Build from source

  • Xcode 26.4 or later
  • Swift 6.2 toolchain

Clone the repository, open Derived.xcodeproj, select the Derived scheme, and build the macOS target.

Command-line build:

sh
xcodebuild \
  -project Derived.xcodeproj \
  -scheme Derived \
  -configuration Debug \
  -derivedDataPath /tmp/DerivedBuild \
  CODE_SIGNING_ALLOWED=NO \
  build

Run the application tests:

sh
xcodebuild \
  -project Derived.xcodeproj \
  -scheme Derived \
  -configuration Debug \
  -destination 'platform=macOS' \
  -derivedDataPath /tmp/DerivedTests \
  CODE_SIGNING_ALLOWED=NO \
  test

Build and test the CLI and MCP server:

sh
swift test
scripts/test-agent-protocol.sh
swift build -c release

Launch at Login requires a signed application installed in a stable location. It may not work from an unsigned development build.

Project structure

  • Derived/App: application lifecycle, menu-bar item, and panel management
  • Derived/Features: SwiftUI presentation grouped by feature
  • Derived/Models: cleanup, scan, automation, and reporting models
  • Derived/Services: scanning, validation, process inspection, deletion, and persistence
  • Derived/Shared: shared formatting and design constants
  • Derived/AgentIntegration: shared CLI and MCP models, state, and safety workflow
  • DerivedTests: safety and behavior tests
  • DerivedCLITests: CLI argument, version, and human-readable output tests
  • DerivedCoreTests: agent integration and destructive-operation safeguards
  • Tools: native CLI and MCP executables
  • Integrations: portable agent skills and packaging metadata

Privacy

Derived operates locally. It does not include analytics, advertising, accounts, or network services. See Privacy.

Contributing

Contributions are welcome. Read Contributing before changing scanner, validation, or deletion behavior.

Maintainers should follow Releasing Derived for signing, notarization, DMG generation, and MCP publication.

License

Derived is available under the MIT License.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • Openapi MCP Server logoOpenapi MCP Server

    Connect any HTTP/REST API server using an Open API spec (v3)

    💻 Developer Tools3 views
    Compare vs Openapi MCP Server →
  • MCP Server Docker logoMCP Server Docker

    Integrate with Docker to manage containers, images, volumes, and networks.

    💻 Developer Tools3 views
    Compare vs MCP Server Docker →
  • Docker MCP logoDocker MCP

    Docker container management and operations through MCP

    💻 Developer Tools3 views
    Compare vs Docker MCP →
  • Next Devtools MCP logoNext Devtools MCP
    Verified

    Official Next.js MCP server for coding agents. Provides runtime diagnostics, route inspection, dev server logs, docs search, and upgrade guides. Requires Next.js 16+ dev server for full runtime features.

    💻 Developer Tools5 views
    Compare vs Next Devtools MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

Last commit
1mo ago
Most recent push to the default branch.
Directory activity
1 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Derived

We don't have a confirmed install command for Derived yet, so we don't publish a generated one — a guessed package name would point at the wrong package or none at all. Follow the project's own README or setup instructions (https://github.com/adiaz0511/Derived) for the current steps.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDerived AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/derived?style=directory)](https://allmcps.com/mcp/derived)
HTML Embed
<a href="https://allmcps.com/mcp/derived"><img src="https://allmcps.com/api/badge/derived?style=directory" alt="Derived on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand â–¾
Last updatedAug 23, 2026
4/8 checks healthy over the last 45d
Views1
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 23, 2026
31Quality signal: Emerging · 31/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools11/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to Derived →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients