Developer Integrations
Your ContextLab in every IDE
ContextLab stays the single source of truth. Sync Workspace, Memory, Corpus, Libraries, Blueprints, Design DNA, Rules and Prompts into any IDE or CLI.
Connected IDEs
Export or sync context to any of these. Status shows adapter maturity — support ships through thin adapters, not duplicated logic.
Claude Codeready
Cursorready
Windsurfready
Traebeta
Gemini CLIready
Codex CLIready
OpenCodeready
Aiderready
JetBrainsplanned
VS Codeplanned
CLI
# Install (Node 18+) npm i -g @contextlab/ctxlab # or: bunx @contextlab/ctxlab # Authenticate (paste the token from above) ctxlab login # List / switch workspaces ctxlab workspace ctxlab workspace switch # Sync everything (pull latest into ./.contextlab) ctxlab sync # Check workspace health ctxlab doctor # Individual resource commands ctxlab memory list ctxlab corpus search "auth" ctxlab docs search "cli" # Export CLAUDE.md, AGENTS.md, GEMINI.md, CONTEXT.md, MEMORY.md ctxlab export # Version / logout ctxlab version ctxlab logout
CLI source lives in packages/ctxlab/. Brand: ContextLab · context.web.id.
