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.

コメント

「その他」の他のコンテンツ