Documentation
Install ctx
curl -fsSL https://getctx.org/install.sh | shSearch 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 # SkillUse 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.