Scan, export, and import your AI ecosystem. Discover MCP servers, skills, and memories.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
One command. Every AI config in your project. Instantly.
CLI + MCP server Β· 19 tools detected Β· Export/Import across 7 targets
Quick Start Β· MCP Server Β· What It Detects Β· Features Β· Tool Reference Β· Architecture
The most comprehensive AI ecosystem scanner available. AI Context Inspector discovers every AI configuration file, MCP server, custom skill, agent, and persistent memory in your project β across 19 tools β and gives you the full picture in seconds. Export your entire AI setup and import it into any of 7 supported tools (Claude, Cursor, Windsurf, Copilot, Gemini, Codex, OpenCode) with automatic secret redaction. Zero config. Zero runtime dependencies beyond MCP SDK and Zod. Everything runs locally β your configs and credentials never leave your machine.
That's it. An HTML dashboard opens with everything your AI tools know about your project.
| Flag | Description | Default |
|---|---|---|
--dir <path> | Directory to scan | . (current) |
--user | Include user-level configs (~/) | false |
--introspect | Connect to MCP servers and list tools | false |
--timeout <ms> | Introspection timeout per server | 10000 |
--json | Output JSON instead of HTML | false |
--mcp | Run as MCP server (stdio transport) | false |
Run as an MCP server so your AI tools can inspect their own ecosystem.
Add to claude_desktop_config.json:
Cursor / Windsurf β add to .cursor/mcp.json or equivalent:
VS Code β add to .vscode/mcp.json:
Codex CLI:
Or add directly to any .mcp.json:
| Tool | Context Files | What's Found |
|---|---|---|
| Claude Code | CLAUDE.md, .claude/, .mcp.json | Instructions, MCP config, skills, agents, memory |
| Cursor | .cursorrules, .cursor/rules/, .cursorignore | Rules, ignore patterns |
| Windsurf | .windsurfrules, .windsurf/rules/ | Codeium/Windsurf rules |
| GitHub Copilot | .github/copilot-instructions.md, .github/agents/ | Instructions, custom agents |
| Gemini CLI | GEMINI.md, .gemini/, .geminiignore | Config, rules |
| OpenAI Codex | AGENTS.md, AGENT.md, .codex/ | Agent instructions |
| OpenCode | OPENCODE.md, .opencode/, opencode.json | CLI config |
| Aider | .aider.conf.yml, .aiderignore | Config, model settings |
| Cline | .clinerules, .clineignore | Rules (file or directory) |
| Roo Code | .roo/rules/, .roorules, .rooignore | Rules |
| Continue.dev | .continuerules, .continue/config.yaml | Rules, config |
| Amazon Q | .amazonq/rules/ | Developer rules |
| Augment | .augment/rules/, .augment-guidelines | Code rules |
| Replit | .replit.md | Agent instructions |
| Firebase Studio | .idx/airules.md | AI rules |
| VS Code | .vscode/mcp.json | MCP configuration |
| Tabnine | .tabnine.yaml | AI config |
| Sourcegraph | .sourcegraph/ | Cody config |
| Universal | CONVENTIONS.md | Multi-tool conventions |
Tip: Pass
--userto also scan user-level configs:~/.claude/,~/.gemini/,~/.codex/,~/.continue/,~/.aider.conf.yml,~/.augment/,~/.github/agents/,~/.codeium/,~/.opencode/,~/.tabnine/.
Beyond context files, the scanner also detects:
.mcp.json, ~/.claude.json, .vscode/mcp.json, Claude Desktop config β with optional live introspection.claude/skills/ (including symlinks from npx skills add).claude/agents/ with memory detectionGenerates a self-contained HTML dashboard with dark/light mode, search, collapsible sections, file previews, and color-coded tool badges. Pass --json for raw output.
| Flag | Description | Default |
|---|---|---|
--dir <path> | Directory to export | . |
--output <path> | Output directory | .aci/ |
--include-user | Include user-level configs | false |
--only <categories> | Filter: mcp,skills,agents,memories,context | all |
--secrets <mode> | none (redact) or all (include) | interactive |
| Flag | Description | Default |
|---|---|---|
[file] | Path to bundle JSON | auto-detect .aci/bundle.json |
--dir <path> | Target directory | . |
--target <tool> | Target tool (see table) | auto-detect |
--scope <scope> | project or user | per-resource |
--force | Overwrite existing resources | false |
--yes | Skip confirmation prompt | false |
--only <categories> | Filter: mcp,skills,agents,memories,context | all |
--secrets <mode> | none or all | interactive |
| Target | MCP Config | Context File | Rules Dir | Skills | Agents |
|---|---|---|---|---|---|
claude | .mcp.json | CLAUDE.md | -- | .claude/skills/ | .claude/agents/ |
cursor | .cursor/mcp.json | .cursorrules | .cursor/rules/ | -- | -- |
windsurf | .mcp.json | .windsurfrules | .windsurf/rules/ | -- | -- |
copilot | .vscode/mcp.json | .github/copilot-instructions.md | .github/instructions/ | -- | .github/agents/ |
gemini | .gemini/settings.json | GEMINI.md | .gemini/rules/ | -- | -- |
codex | .mcp.json | AGENTS.md | .codex/rules/ | -- | -- |
opencode | opencode.json | OPENCODE.md | .opencode/rules/ | -- | -- |
Note: Secrets handling has three modes: none (redact all β safe for sharing), all (include as-is), or interactive (prompt per variable, CLI default). Environment variables in MCP configs are detected automatically.
When running as an MCP server (--mcp), five tools are exposed:
scanDiscover the complete AI ecosystem in a project directory.
| Parameter | Type | Required | Description |
|---|---|---|---|
directory | string | No | Path to scan (default: cwd) |
include_user | boolean | No | Include user-level configs |
introspect | boolean | No | Live-connect to MCP servers |
timeout | number | No | Introspection timeout (ms) |
introspect_mcpNo reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ai-context-inspector)<a href="https://allmcps.com/mcp/ai-context-inspector"><img src="https://allmcps.com/api/badge/ai-context-inspector?style=directory" alt="AI Context Inspector on AllMCPs" /></a>