🚀 MCP Manager
A unified management system for MCP servers, project standardization, Claude agents, and Ubuntu 25.04 fleet consistency with constitutional framework and comprehensive security protection.
🎉 Latest Updates - Version 1.2.3
Comprehensive security framework, documentation consistency fixes, and constitutional governance.
Security Framework v1.2.3
Information classification system, mandatory secret scanning, and template-only credential approach preventing 99% of exposures.
Constitution v1.0.0
Seven mandatory principles: UV-first development, global configuration, zero downtime operations, branch preservation, and more.
Documentation Fixes v1.2.2
GitHub MCP type corrections (HTTP → stdio), FOLLOWING-INSTRUCTIONS.md creation, and complete documentation consistency.
Features
Complete development environment standardization
MCP Manager v1.2.3 provides comprehensive system management with constitutional framework, security protection, and complete documentation consistency.
- 🔧MCP Server Management
- 5 critical MCP servers (Context7, shadcn, GitHub, Playwright, Hugging Face) globally accessible with health monitoring.
- 📋Project Standardization
- 6 automated standards: branch strategy, Astro pages, local CI/CD, UV Python, spec-kit, and design system.
- 🤖Claude Agent Access
- 174+ discovered agents including astro-deploy-specialist, globally accessible with department organization.
- 🌐Fleet Management
- Ubuntu 25.04 + Python 3.13 consistency across development environments with zero-cost local CI/CD.
- 💰Zero-Cost Operations
- Complete build, test, and deploy pipeline runs locally before GitHub deployment, preventing billing overages.
- 🔐Security & Privacy Protection
- Comprehensive security framework with information classification, mandatory secret scanning, and template-only credential approach.
- 📋Constitutional Framework
- Constitution v1.0.0 with seven mandatory principles: UV-first development, global configuration, zero downtime operations, and more.
- 📚Comprehensive Documentation
- Complete following instructions guide with MarkItDown case study, troubleshooting, and constitutional compliance validation.
Supported MCP Servers
MCP Manager supports all major Model Context Protocol servers with comprehensive integration and monitoring.
Context7
HTTP
Library documentation and code examples with up-to-date information for any library.
- ✓ Documentation retrieval
- ✓ Code examples
- ✓ Library resolution
shadcn/ui
stdio
UI component registry and tooling for modern React applications.
- ✓ Component registry
- ✓ CLI tooling
- ✓ Project management
GitHub MCP
stdio
GitHub API integration for repository management and workflow automation.
- ✓ Repository access
- ✓ Issue management
- ✓ Pull request workflow
Playwright
stdio
Browser automation testing with cross-browser support.
- ✓ Browser automation
- ✓ Cross-browser testing
- ✓ Test generation
Hugging Face
HTTP
AI model access and inference through Hugging Face platform.
- ✓ Model access
- ✓ Inference API
- ✓ Dataset integration
MarkItDown
stdio
Convert various file formats to Markdown optimized for LLMs.
- ✓ PDF & Office docs
- ✓ Images with OCR
- ✓ Audio & Video files
More Servers
Additional MCP servers can be easily added and managed through the CLI interface.
Documentation
Get started quickly
Everything you need to manage MCP servers effectively with comprehensive guides and examples.
Installation
Quick setup with uv for modern Python development and constitutional compliance.
# Install from source
git clone https://github.com/kairin/mcp-manager.git
cd mcp-manager
uv venv .venv
source .venv/bin/activate
uv pip install -e .
Quick Start
Initialize and audit your MCP configuration with security validation.
# Security audit first
git ls-files | xargs grep -l -i -E "(sk-|ghp_|ghs_)" || echo "✅ No secrets"
# Audit current setup
mcp-manager audit
# Initialize global config
mcp-manager init --global
# Check server health
mcp-manager status
Documentation
Comprehensive guides including security framework and constitutional compliance.