Skip to main content
ClaudeWave

The World's First Unified Virtual Filesystem For AI Agents

Subagents3.4k stars244 forksTypeScriptApache-2.0Updated today
Editor's note

Mirage is a virtual filesystem layer that mounts heterogeneous data sources, including S3, Google Drive, Slack, GitHub, Redis, MongoDB, and Postgres, under a single Unix-style directory tree so that AI agents can interact with all of them using familiar bash commands like grep, cat, cp, and wc. Agents and LLMs never need to learn per-service SDKs; instead, they navigate mount points such as /slack/general/ or /s3/report.csv using the same small set of tools across every backend. The library ships as both a Python package (mirage-ai) and TypeScript packages for Node.js and browser runtimes, and integrates with Claude Code via a lightweight CLI and daemon, letting Claude reach every mounted resource through standard shell commands within its existing coding workflow. It also supports the OpenAI Agents SDK, LangChain, Pydantic AI, and Vercel AI SDK. A notable feature is per-resource command overriding: for example, cat on a Parquet file in an S3 mount renders rows as JSON rather than raw bytes. Developers building agent pipelines who want to avoid managing multiple API clients and MCP configurations are the primary audience.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/strukto-ai/mirage && cp mirage/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.
Use cases

Subagents overview

README preview not available. Visit the repo on GitHub for full documentation.
agent-sandboxagent-toolsai-agentsbashclaude-codefuselangchainllm-agentsopenai-agentspythontypescriptvfsvirtual-filesystem

What people ask about mirage

What is strukto-ai/mirage?

+

strukto-ai/mirage is subagents for the Claude AI ecosystem. The World's First Unified Virtual Filesystem For AI Agents It has 3.4k GitHub stars and was last updated today.

How do I install mirage?

+

You can install mirage by cloning the repository (https://github.com/strukto-ai/mirage) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is strukto-ai/mirage safe to use?

+

Our security agent has analyzed strukto-ai/mirage and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains strukto-ai/mirage?

+

strukto-ai/mirage is maintained by strukto-ai. The last recorded GitHub activity is from today, with 133 open issues.

Are there alternatives to mirage?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy mirage to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: strukto-ai/mirage
[![Featured on ClaudeWave](https://claudewave.com/api/badge/strukto-ai-mirage)](https://claudewave.com/repo/strukto-ai-mirage)
<a href="https://claudewave.com/repo/strukto-ai-mirage"><img src="https://claudewave.com/api/badge/strukto-ai-mirage" alt="Featured on ClaudeWave: strukto-ai/mirage" width="320" height="64" /></a>

More Subagents