Open Source MCP Tooling Zero Telemetry

Unified control for Model Context Protocol

The high-performance cross-platform CLI & full-screen interactive TUI for monitoring, diagnosing, and auto-repairing MCP servers across all your AI desktop clients.

Get Started CLI Reference
npx @ajay.j_dev/mcpmg
Multi-Host Discovery

Works with every AI environment you use

Automatic discovery parses host configurations without touching your existing custom settings.

Claude Desktop
macOS / Win

Official Anthropic desktop client configuration.

%APPDATA%\Claude\claude_desktop_config.json
Antigravity / Gemini
Cross-Platform

Google Antigravity & Gemini Code Assist settings.

~/.gemini/antigravity/mcp_config.json
Cursor AI
Cross-Platform

Cursor IDE global Model Context Protocol registry.

~/.cursor/mcp.json
VS Code (Cline / Roo)
Extension

Autonomous coding agent global storage.

%APPDATA%\Code\User\...\cline_mcp_settings.json
Claude Code CLI
CLI Native

Terminal-based Claude agent global tool config.

~/.claude.json
Local Workspace
Repository

Project-scoped shared server definitions.

./.mcp.json
Built for Production

Engineered with speed, safety, and precision

From dual-pane animated TUI to one-click repair wizards, everything you need to keep your MCP mesh healthy.

Full-Screen TUI

Dual-pane dashboard with real-time health polling, smooth animation frames, and zero-flicker alternate screen buffers (mcpmg tui).

Diagnostic Doctor

Audits missing environment tokens, expired API keys, Windows npx vs npx.cmd paths, and JSON schema syntax errors (mcpmg doctor).

Responsive Tables

Mathematically boundary-enforced CLI tables that never overflow or wrap, optimized for 80-column and split-window terminals.

Interactive Auto-Fixer

Guided repair wizard prompts for missing credentials, resolves executable extensions, and verifies connection before applying changes (mcpmg fix).

Automatic Snapshots

Timestamped backups are created in ~/.mcpmg/backups/ prior to any file mutation, with instant rollback support (mcpmg backup restore).

Native Binaries

Self-contained native executables for Windows (.exe), macOS (arm64), and Linux (x64) with zero external Node.js dependencies.

Command Line Interface

Intuitive command palette

Run individual commands directly or pass flags to automate scripting pipelines.

mcpmg tui Launch full-screen interactive dual-pane TermUI dashboard ui, dashboard
mcpmg list List all detected MCP servers across all hosts in a responsive table ls
mcpmg monitor Launch real-time live health monitor with auto-polling & keyboard navigation watch
mcpmg doctor [name] Run deep diagnostic audit for auth tokens, paths, and connectivity doctor
mcpmg fix [name] Interactively repair diagnosed errors with guided prompts and safe backup fix
mcpmg test [name] Probe server latency, inspect capabilities, and list exposed tools ping
mcpmg add [name] Add a new MCP server via interactive wizard or catalog presets add
mcpmg sync [name] Sync or clone an MCP server configuration between AI hosts sync
mcpmg backup [action] Manage configuration snapshots (actions: list, restore) backup
Deployment

Install MCPmg on your machine

Choose your preferred package manager or installer.

Install via the official Windows Package Manager:

winget install AJAYMYTH.MCPmg

Download standalone mcpmg.exe and configure PATH automatically:

irm https://raw.githubusercontent.com/AJAYMYTH/MCPmg/main/install.ps1 | iex

One-liner installer with automatic CPU architecture detection:

curl -fsSL https://raw.githubusercontent.com/AJAYMYTH/MCPmg/main/install.sh | bash

Install globally or run immediately with npx:

npm install -g @ajay.j_dev/mcpmg

Take control of your MCP ecosystem

Inspect servers, verify tools, and resolve configuration errors in seconds.

Star on GitHub ⭐