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.

WordPress

Powered by WPContext

Connect your WordPress sites to ContextLab — bind them to a workspace and project, sync site context, and route findings into Security Intelligence and Engineering.

Manage sites

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

Extension
Not connected

Workspace context, memory, versions, security and QPilot inside VS Code, with sync status in the status bar.

Project DNAMemoryEngineering ContextVersionsSecurityQPilotContext Sync
Sign in to connect →

JetBrains

ACP
Not connected

IntelliJ IDEA, PyCharm, WebStorm, GoLand and friends over the Agent Communication Protocol.

Project DNAMemoryEngineering ContextVersionsSecurityQPilotContext Sync
Sign in to connect →

Neovim

Plugin
Not connected

contextlab.nvim lazy-loads context files into your buffers with a performance-first sync path.

Project DNAMemoryEngineering ContextVersionsContext Sync
Sign in to connect →

Zed

ACP
Not connected

ACP agent for Zed — Project DNA, engineering deliverables, memory, security and QPilot.

Project DNAMemoryEngineering ContextVersionsSecurityQPilotContext Sync
Sign in to connect →

Agentic IDEs

Agent-first IDEs receive a `.contextlab/` bundle of canonical context files.

TRAE

Extension
Not connected

Agentic IDE binding. Emits a `.contextlab/` bundle so the agent plans against your real context.

Project DNAMemoryEngineering ContextVersionsContext Sync
Sign in to connect →

Devin Desktop

ACP
formerly Windsurf · legacy links still work
Not connected

Project DNA, engineering context, memory, versions and context files — ACP preferred where available.

Project DNAMemoryEngineering ContextVersionsSecurityQPilotContext Sync
Sign in to connect →

Cursor

Extension
Not connected

Rules and context files synced into Cursor without duplicating your source of truth.

Project DNAMemoryEngineering ContextVersionsContext Sync
Sign in to connect →

CLI Agents

Terminal agents pull context on demand through the ContextLab CLI.

Antigravity CLI

CLI
formerly Gemini CLI · legacy links still work
Not connected

Terminal agent with full context pull: DNA, engineering, memory, security and QPilot.

Project DNAMemoryEngineering ContextVersionsSecurityQPilotContext Sync
Sign in to connect →

Claude Code

CLI
Not connected

Pulls canonical context files plus CLAUDE.md into your repo session.

Project DNAMemoryEngineering ContextVersionsContext Sync
Sign in to connect →

Codex CLI

CLI
Not connected

AGENTS.md and canonical `.ctx.md` files for Codex terminal sessions.

Project DNAMemoryEngineering ContextContext Sync
Sign in to connect →

OpenCode

CLI
Not connected

Open-source terminal agent fed by the shared ContextLab adapter.

Project DNAMemoryEngineering ContextContext Sync
Sign in to connect →

Aider

CLI
Not connected

Context files mounted as read-only conventions for Aider sessions.

Project DNAMemoryEngineering ContextContext Sync
Sign in to connect →

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.