Skip to content

Workflow

Origin Workflow for VS Code MCP Clients

Use Origin as a local memory server from VS Code surfaces that support MCP.

Qi-Xuan LuUpdated 5 min read

Article packet

01

Workflows

02

VS Code users with MCP-compatible AI tools

03

5 min read

01

Origin treats VS Code as another MCP client surface.

02

The daemon remains local and shared with other tools.

03

Use capture and recall around real project decisions.

01

Quick answer

If your VS Code AI surface supports MCP, connect it to Origin with the MCP-only setup path and use the same memory loop as other clients.

Origin centralizes the memory layer outside any one interface. VS Code can participate without making VS Code the only place where context exists.

02

When this problem appears

VS Code is often the center of coding work, but the AI context still fragments when terminal sessions, Claude Code runs, and editor chats each remember different things.

03

Connect the VS Code surface

Use the supported MCP client path rather than hand-editing memory.

  • Run npx -y @7xuanlu/origin setup.
  • From the workspace root, run ~/.origin/bin/origin mcp add vscode; it writes .vscode/mcp.json with servers.origin.
  • Use ~/.origin/bin/origin mcp add vscode --dry-run to preview the workspace config before writing.
  • In VS Code, confirm MCP server trust, use MCP: List Servers to start or restart the server, and enable/select Origin tools in Chat or Agent mode.
  • Verify with doctor or capture/recall.
  • Use spaces for separate project buckets.

VS Code workspace MCP setup

npx -y @7xuanlu/origin setup
~/.origin/bin/origin mcp add vscode
~/.origin/bin/origin mcp add vscode --dry-run

04

What to check next

Client MCP support changes over time. Prefer Origin's generated config or dry-run output over copying stale snippets from old docs. VS Code Remote and Dev Containers run MCP servers where configured; install or configure Origin in the remote environment or handle localhost forwarding intentionally.

Try the local memory loop

Install Origin, connect your AI client, and verify that capture, recall, and handoff work on your machine.

FAQ

Does Origin replace VS Code settings or workspace files?+
No. Origin adds a memory service that AI clients can call. It does not replace source-controlled project documentation.
Can VS Code memories be inspected later?+
Raw captures are inspectable through Origin tools. Generated pages and handoffs are readable under ~/.origin and versioned locally.