Servers
M
Mcp Cli Catalog
@abcpro1
An MCP server that publishes CLI tools on your machine for discoverability by LLMs
Overview
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