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.
WordPress
Powered by WPContextConnect your WordPress sites to ContextLab — bind them to a workspace and project, sync site context, and route findings into Security Intelligence and Engineering.
Where do you build?
ContextLab stays the source of truth; your editor stays the execution layer. Every integration speaks through the same adapter and receives canonical .ctx.md files — never duplicated logic.
Editors
Your editor stays the execution layer — ContextLab stays the source of truth.
VS Code
ExtensionWorkspace context, memory, versions, security and QPilot inside VS Code, with sync status in the status bar.
JetBrains
ACPIntelliJ IDEA, PyCharm, WebStorm, GoLand and friends over the Agent Communication Protocol.
Neovim
Plugincontextlab.nvim lazy-loads context files into your buffers with a performance-first sync path.
Zed
ACPACP agent for Zed — Project DNA, engineering deliverables, memory, security and QPilot.
Agentic IDEs
Agent-first IDEs receive a `.contextlab/` bundle of canonical context files.
TRAE
ExtensionAgentic IDE binding. Emits a `.contextlab/` bundle so the agent plans against your real context.
Devin Desktop
ACPProject DNA, engineering context, memory, versions and context files — ACP preferred where available.
Cursor
ExtensionRules and context files synced into Cursor without duplicating your source of truth.
CLI Agents
Terminal agents pull context on demand through the ContextLab CLI.
Antigravity CLI
CLITerminal agent with full context pull: DNA, engineering, memory, security and QPilot.
Claude Code
CLIPulls canonical context files plus CLAUDE.md into your repo session.
Codex CLI
CLIAGENTS.md and canonical `.ctx.md` files for Codex terminal sessions.
OpenCode
CLIOpen-source terminal agent fed by the shared ContextLab adapter.
Aider
CLIContext files mounted as read-only conventions for Aider sessions.
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.
