Skip to main content
Glama
mcpware

claude-code-organizer

scan_inventory

Scan Claude Code configurations across all scopes to inventory memories, skills, servers, and settings with file paths and metadata.

Instructions

Scan all Claude Code configurations across every scope (global, workspace, project). Returns memories, skills, MCP servers, hooks, configs, plugins, and plans with their file paths and metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The init() function calls the /api/scan endpoint to fetch the inventory data for the UI. The request is named "scan_inventory" by the user prompt, but the implementation is via the /api/scan endpoint in the frontend code.
    async function init() {
      try {
        data = await fetchJson("/api/scan");
        selectedScopeId = getInitialSelectedScopeId();
        initializeScopeState();
        setupUi();
        renderAll();
      } catch (error) {
        document.getElementById("loading").textContent = "Failed to load inventory";
        toast(error?.message || "Failed to load inventory", true);
      }
    }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcpware/claude-code-organizer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server