MCPCTL Documentation
Overview
MCPCTL (Model Control Protocol Control Tool) is a modern CLI for managing, running, and orchestrating MCP servers. It provides robust features for server lifecycle management, configuration, secrets, profiles, and logs—all from the command line.
Table of Contents
- Quick Start
- Installation
- Core Concepts
- Features
- Server Instance Management
- Configuration Management
- Profile Management
- CLI Reference
- Architecture
- Development Guide
Quick Links
Project Structure
mcpctl/
├── apps/
│ ├── cli/ # CLI implementation
│ └── control-plane/ # Control plane service
├── packages/
│ └── shared/ # Shared libraries and types
├── docs/ # Documentation
├── examples/ # Example specs and configs
└── tests/ # Test files
Contributing
See the Development Guide for how to contribute, report issues, or request features.