getctx.org

Documentation

Install ctx

curl -fsSL https://getctx.org/install.sh | sh

Search for packages

ctx search "code review"

Install a package

ctx install @anthropic/memory-mcp  # MCP server
ctx install @community/ripgrep    # CLI tool
ctx install @hong/code-review     # Skill

Use as MCP server

Add ctx to your agent's MCP configuration:

{
  "mcpServers": {
    "ctx": {
      "command": "ctx",
      "args": ["serve"]
    }
  }
}

Now your AI agent can search and install packages directly.