About Ctl
Ctl is an MCP server published by runablehq in the Developer Tools category: a package manager to manage all your mcp servers across platforms. It has been installed 0 times through Conduid.
The repository has 39 stars and 7 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx mcp-ctlThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Ctl
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
mcp_ctl
A powerful package manager for MCP (Model Context Protocol) servers ✨
https://github.com/user-attachments/assets/eb618219-c638-4546-b2e3-865f46a4c3ab
📦 Installation
npm install -g mcpctl
🔧 Usage
# 🔍 Install a server
mcpctl install playwright # install playwright server
# 🗑️ Remove a server
mcpctl remove playwright # remove playwright server
# 🔎 Search for servers
mcpctl packages github # search for mcp server with specific name
# 📋 List installed servers
mcpctl list # show existing mcp servers installed on the device
🛠 Development Setup
-
Clone the repository: git clone https://github.com/cloudycotton/mcp_ctl.git cd mcp_ctl
-
Install dependencies: npm install
-
Run development commands:
List packages
npm run dev -- packages
Search for specific package
npm run dev -- search github
Install a package
npm run dev -- install playwright
List installed servers
npm run dev -- list
Adding your own package.
- Clone the repo
- Add your package to packages folder
- Add import from it inside packages.ts
🌟 Features
- 🔄 Simple installation and management of MCP servers
- 🔍 Easy discovery of available packages
- 📱 Cross-platform support
- ⚡ Lightweight and fast
- 🧩 Seamless integration with your workflow
📄 License
This project is licensed under the MIT License 📝
Made with ❤️ for the MCP community
README mirrored from the source repository 3 months ago. The original is authoritative.