An MCP server that publishes CLI tools on your machine for discoverability by LLMs
Server Config
{
"mcpServers": {
"cli-catalog": {
"command": "npx",
"args": [
"mcp-cli-catalog"
]
}
}
}{
"mcpServers": {
"cli-catalog": {
"command": "npx",
"args": [
"mcp-cli-catalog"
]
}
}
}