MCP.so
登录
M

Mcp Cli Catalog

@abcpro1

关于 Mcp Cli Catalog

An MCP server that publishes CLI tools on your machine for discoverability by LLMs

基本信息

分类

开发工具

传输方式

stdio

发布者

abcpro1

提交者

A Bb

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "cli-catalog": {
      "command": "npx",
      "args": [
        "mcp-cli-catalog"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Mcp Cli Catalog?

An MCP server that publishes the CLI tools on your machine as MCP tool definitions, making them discoverable to LLM coding agents. The server does not execute tools; it only informs the agent of available commands, relying on the agent's existing shell access to run them.

How to use Mcp Cli Catalog?

Add the server to your MCP client configuration (e.g., Claude Code) using npx mcp-cli-catalog. You can optionally provide a custom catalog JSON file with --config <path> or the MCP_CLI_CATALOG_FILE environment variable. The catalog file defines tools with required `name

评论

开发工具 分类下的更多 MCP 服务器