
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
claude-code-config-manager
Advanced tools
Web-based tool for managing Claude Code projects, subagents, slash commands, hooks, and MCP servers
A web-based interface for viewing and managing Claude Code projects, subagents, slash commands, skills, hooks, and MCP servers across your local machine.
Claude Code Config Manager provides a centralized dashboard to browse all your Claude Code configurations from one place. View your project structures, explore subagent definitions, review slash commands, inspect hooks, and examine MCP server configurations—all from a clean, intuitive web interface.
Configuration Viewing:
~/.claude.jsonConfiguration Management:
docs/testing/test-reports/~/.claude.json# Install from npm
npm install -g claude-code-manager
# Or install from source
git clone <repository-url>
cd manager
npm install
For development with Hot Module Replacement (HMR) and instant feedback:
Terminal 1 - Frontend (Vite dev server):
npm run dev
Opens http://localhost:5173 with HMR enabled (< 1s reload on file changes)
Terminal 2 - Backend (Express server):
npm run dev:backend
Runs on http://localhost:8420 (API endpoints)
Build and serve the optimized production bundle:
npm run build # Build frontend to dist/
npm start # Start backend server (serves frontend from dist/)
Opens http://localhost:8420
Claude Code Manager supports environment-based API URL configuration for different deployment scenarios.
No configuration needed - works out of the box:
npm run dev
# Frontend: http://localhost:5173
# Backend: http://localhost:8420 (automatic)
Configure the backend URL for Docker Compose deployment:
# Copy environment template
cp env.docker.sample .env
# Edit .env to match your Docker Compose service name
# VITE_API_BASE_URL=http://backend:8420
# Build and deploy
npm run build
docker-compose up
Configure the backend service URL for Kubernetes:
# Copy environment template
cp env.kubernetes.sample .env
# Edit .env to match your Kubernetes service
# VITE_API_BASE_URL=http://manager-api.default.svc.cluster.local:8420
# Build and deploy
npm run build
kubectl apply -f k8s/
Override the API URL at build time:
# Set environment variable for custom backend URL
VITE_API_BASE_URL=https://api.example.com npm run build
VITE_API_BASE_URL - Override the default API base URL
Priority order:
VITE_API_BASE_URL environment variable (if set)http://localhost:8420 (Vite dev server on port 5173)See .env.sample for configuration examples.
The application will automatically:
~/.claude.jsonClaude Code Manager reads your Claude Code configurations directly from the file system:
.claude/agents/*.md - Subagent definitions.claude/commands/**/*.md - Slash commands.claude/skills/*/SKILL.md - Skills (directory-based configurations with SKILL.md and supporting files).claude/settings.json - Project settings and hooks.mcp.json - MCP server configurations~/.claude/agents/*.md - User subagents~/.claude/commands/**/*.md - User commands~/.claude/skills/*/SKILL.md - User skills~/.claude/settings.json - User settings, hooks, and MCP servers~/.claude.json - Project registryClaude Code Manager works on:
Current Release: v2.3.0 - Agent Skills Support ✅
CHANGELOG.md for complete release notesFuture Enhancements (Planned)
See docs/guides/ROADMAP.md for detailed planning.
MIT License
For issues, questions, or feature requests, please create an issue in the repository.
This project has undergone continuous improvement with rigorous workflow practices:
Session Summaries:
Workflow Analyses:
Complete Archive: See docs/sessions/INDEX.md for lessons learned and best practices.
node --versionnpm install~/.claude.json exists and contains project paths.claude/ directories have proper read permissionsFAQs
Web-based tool for managing Claude Code projects, subagents, slash commands, hooks, and MCP servers
The npm package claude-code-config-manager receives a total of 1 weekly downloads. As such, claude-code-config-manager popularity was classified as not popular.
We found that claude-code-config-manager demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.