claude-code-organizer
Organize Claude Code memories, skills, MCP servers, commands, agents, rules via drag-and-drop.
The Claude Code Organizer provides a comprehensive interface for managing various aspects of Claude Code, including memories and configurations. It also features tools for security scanning to detect potential tool poisoning, ensuring the integrity of your code environment. Additionally, users can track context token budgets, perform duplicate cleanup, and manage the scope of their projects effectively.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"claude-code-organizer": {
"args": [
"-y",
"@mcpware/claude-code-organizer"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions