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