Install
$ agentstack add mcp-vani2130-mcp-ctl ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
MCP Control: Your Cross-Platform Package Manager 🚀
[](https://github.com/Vani2130/mcp_ctl/releases)
Welcome to MCP Control, a powerful package manager designed to manage all your MCP servers across various platforms. This tool simplifies the process of handling your servers, ensuring a smooth experience whether you're on Windows, macOS, or Linux.
Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Commands](#commands)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
Features
- Cross-Platform Support: Works seamlessly on Windows, macOS, and Linux.
- Simple CLI: Easy-to-use command-line interface built with TypeScript and Yargs.
- Model Context Protocol: Integrates with MCP for enhanced server management.
- Automated Updates: Keeps your servers up-to-date effortlessly.
- Playwright Integration: Automate your testing workflows.
Installation
To get started, download the latest release from our Releases page. Once downloaded, execute the installation file to set up MCP Control on your system.
Prerequisites
- Node.js (v12 or higher)
- npm (Node Package Manager)
Step-by-Step Installation
- Download: Visit the Releases page to find the latest version.
- Execute: Run the installation file.
- Verify Installation: Open your terminal and type:
``bash mcp_ctl --version `` You should see the version number displayed.
Usage
MCP Control offers a variety of commands to manage your servers efficiently. After installation, you can access the command-line interface to perform actions like starting, stopping, and updating servers.
Basic Command Structure
mcp_ctl [options]
Example Commands
- Start a server:
``bash mcp_ctl start ``
- Stop a server:
``bash mcp_ctl stop ``
- Update a server:
``bash mcp_ctl update ``
Commands
Here’s a detailed look at the commands available in MCP Control:
start
Starts the specified MCP server.
Usage:
mcp_ctl start
stop
Stops the specified MCP server.
Usage:
mcp_ctl stop
update
Updates the specified MCP server to the latest version.
Usage:
mcp_ctl update
status
Checks the status of the specified MCP server.
Usage:
mcp_ctl status
list
Lists all MCP servers managed by MCP Control.
Usage:
mcp_ctl list
Contributing
We welcome contributions to MCP Control! If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/YourFeature). - Open a pull request.
License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
Contact
For any questions or suggestions, feel free to reach out:
- GitHub: Vani2130
- Email: vani@example.com
Thank you for using MCP Control! We hope it makes managing your MCP servers a breeze. Don't forget to check the Releases section for updates and new features.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Vani2130
- Source: Vani2130/mcp_ctl
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.