Claude Code Organizer
@mcpware
Claude Code Organizer について
Claude Code session organizer — dashboard MCP server to manage, search, archive and organize your Claude Code conversations and projects.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"claude-code-organizer": {
"command": "npx",
"args": [
"@mcpware/claude-code-organizer"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Claude Code Organizer?
Claude Code Organizer is a visual dashboard for managing Claude Code memories, skills, MCP servers, and hooks. It scans the ~/.claude/ directory, shows items organized by scope hierarchy (Global, Workspace, Project), and lets you move items between scopes via drag-and-drop. It is for users who want to fix misplaced customizations without editing files manually.
How to use Claude Code Organizer?
Run npx @mcpware/claude-code-organizer (no install) or install globally with npm install -g @mcpware/claude-code-organizer and then run claude-code-organizer. The tool opens a dashboard at http://localhost:3847 that works with your real ~/.claude/ directory. No configuration files need to be edited.
Key features of Claude Code Organizer
- Scope-aware hierarchy with inheritance indicators
- Drag-and-drop moves between scopes with confirmation modal
- Same-type safety (memories to memory folders, skills to skill folders, etc.)
- Search and filter by category (Memory, Skills, MCP, Config, Hooks, Plugins, Plans)
- Detail panel showing full metadata, file path, and open-in-VS Code
- Zero dependencies (pure Node.js built-in modules, SortableJS via CDN)
Use cases of Claude Code Organizer
- Move a project-specific memory to global scope when it should apply everywhere
- Move a global skill into a project scope so only that repo sees it
- View every memory, skill, and MCP server across all scopes at a glance
- Fix misplaced items that Claude saved to the wrong scope
FAQ from Claude Code Organizer
What runtime does Claude Code Organizer require?
Node.js 20 or higher. It has zero external dependencies and uses only built-in modules plus a CDN-loaded SortableJS.
Where does Claude Code Organizer read and write data?
It reads and writes directly to your ~/.claude/ directory. Moves actually relocate files on disk; it is not a viewer.
Can I move any type of item between any scopes?
No. Same-type safety is enforced: memories can only move to memory folders, skills to skill folders, and MCP servers to MCP configs. Config, hooks, plugins, and plans are viewable but locked.
How does Claude Code Organizer compare to other tools?
Unlike alternatives such as claude-control (read-only) or claude-admin (no cross-scope moves), it supports drag-and-drop moves between scopes and manages memories, skills, and MCP servers together.
Is Claude Code Organizer available for Windows?
Not yet. Ubuntu/Linux is officially supported. macOS and WSL should work but are untested.
「AI とエージェント」の他のコンテンツ
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
コメント