Skip to content

bsShoham/mcp_ctl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcp_ctl

A powerful package manager for MCP (Model Context Protocol) servers ✨

Terminal.mp4

📦 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

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

About

A package manager to manage all your mcp servers across platforms

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.4%
  • TypeScript 34.6%