AI & ML
Trust: 30/100 (Limited)ai.autoblocks/ctxl Guide
Personal context management for AI assistants
by autoblocksai
Quick Start
Install
npx ctxlClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"ai-autoblocks-ctxl": {
"command": "npx",
"args": [
"ctxl"
]
}
}
}