MCP.so
登录

mcp_ctl

@runablehq

关于 mcp_ctl

A package manager to manage all your mcp servers across platforms

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

runablehq

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mcp_ctl?

mcp_ctl is a command-line package manager for installing, removing, searching, and listing Model Context Protocol (MCP) servers. It provides a simple interface for developers to manage MCP server dependencies and is available via npm.

How to use mcp_ctl?

Install globally with npm install -g mcpctl, then use commands like mcpctl install playwright, mcpctl remove playwright, mcpctl packages github, and mcpctl list. For development, clone the repository, run npm install, and use npm run dev with subcommands.

Key features of mcp_ctl

  • Simple installation and management of MCP servers
  • Easy discovery of available packages
  • Cross-platform support
  • Lightweight and fast operation
  • Seamless integration with your workflow

Use cases of mcp_ctl

  • Installing a new MCP server like Playwright for browser automation
  • Removing an outdated or unused MCP server
  • Searching for MCP servers by keyword (e.g., "github")
  • Listing all currently installed MCP servers on your device

FAQ from mcp_ctl

What does mcp_ctl do?

It manages MCP servers by providing commands to install, remove, search, and list them from the command line.

How do I install mcp_ctl?

Run npm install -g mcpctl to install it globally via npm.

Can I add my own package to mcp_ctl?

Yes, you can clone the repository, add your package to the packages folder, and add an import inside packages.ts.

What are the dependencies for development?

You need Node.js installed. After cloning the repo, run npm install to install dependencies.

Does mcp_ctl support authentication or custom transports?

No information about authentication or transport protocols is provided in the README.

评论

其他 分类下的更多 MCP 服务器