cmdhub-oss

Xuepoo/cmdhub-oss
★ 1 stars Rust Code/Dev Tools Updated today
CmdHub open-source CLI: offline search, MCP server, safety guardrail
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cmdhub-oss": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "cmdhub-oss"
      ]
    }
  }
}

README Excerpt

> English | [简体中文](./README.zh-CN.md) > A decentralized, intent-driven CLI command registry and offline search infrastructure built for AI Agents and modern developers. CmdHub provides standardized, machine-readable **ACI (Agent-Computer Interface)** contracts for CLI tools, enabling AI Agents to discover and execute terminal commands with zero hallucination, millisecond latency, and full security guardrails.