★ 260 stars
JavaScript
🤖 AI/LLM
Updated today
Dashboard to manage Claude Code memories, configs, and MCP servers — security scanner for tool poisoning, context token budget tracker, duplicate cleanup, scope management. npx @mcpware/claude-code-organizer
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-code-organize": {
"command": "npx",
"args": [
"-y",
"mcpware/claude-code-organizer"
]
}
}
}
Run in terminal:
claude mcp add claude-code-organize npx -y mcpware/claude-code-organizer
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-code-organize": {
"command": "npx",
"args": [
"-y",
"mcpware/claude-code-organizer"
]
}
}
}
Topics
ai-agentai-toolsanthropicclaudeclaude-codeclaude-code-pluginclaude-memoryclaude-skillsconfig-managercontext-budgetdashboarddeveloper-toolsmcpmcp-securitymcp-server