Back to Apps

Config Monitor
Supports UIby yeomyujun
Interactive HTML dashboard for monitoring and managing Claude desktop and project configurations.
0 stars
Works in:claude
Exposes:Resources
What it does
Config Monitor is an MCP App that renders a full-featured HTML dashboard inside Claude Desktop. It provides a centralized view of all Claude settings, including global and project-specific configs, allowing users to inspect, edit, and roll back changes to their AI environment.
Key features
- Unified View: See Claude Code, Claude Desktop, and per-project settings side-by-side.
- Snapshot & Restore: Automatic snapshots before edits with the ability to diff and roll back to previous versions.
- Library Management: Install agents, skills, and commands from local libraries into global or project scopes.
- Precedence Tracking: Visual badges indicating which settings are actually applied vs shadowed.
Installation
- Build the project:
npm install && npm run build - Add to
claude_desktop_config.json:
{
"mcpServers": {
"config-monitor": {
"command": "npx",
"args": ["tsx", "C:/tools/config-monitor/src/server-stdio.ts"],
"env": {
"CLAUDE_SNAPSHOT_STORE": "C:/Users/<you>/.claude-snapshot"
}
}
}
}
Supported hosts
- claude
Quick install
npm install && npm run buildInformation
- Pricing
- free
- Published
- 8/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"config-monitor": {"command": "npx", "args": ["tsx", "path/to/src/server-stdio.ts"]}}}






