1. Conduid
  2. Developer Tools
  3. Ctl
MCP server · Developer Tools

Ctl

A package manager to manage all your mcp servers across platforms

57Fair

Scored 3 months ago · breakdown

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

Install
npx mcp-ctl

This 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

I know everything about Ctl. Ask me about installation, configuration, usage, or troubleshooting.

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 ✨

Discord

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

  1. Clone the repository: git clone https://github.com/cloudycotton/mcp_ctl.git cd mcp_ctl

  2. Install dependencies: npm install

  3. 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.

  1. Clone the repo
  2. Add your package to packages folder
  3. 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.

Questions

About Ctl

How do I install Ctl?

Run npx mcp-ctl, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Ctl safe to use with an AI agent?

Its trust score is 57 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Ctl still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.