Connect claude.ai Projects to Claude Code (VS Code / CLI)

Status Closed — duplicate
Maintainer reply None cached
Activity 4 comments · opened Jun 2, 2026 · closed Aug 20, 2026

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

Currently, claude.ai Projects (cloud-based project knowledge, files, and conversations) are completely disconnected from Claude Code in VS Code and the CLI. There is no way to access or sync a claude.ai Project as a working context in the local development environment.

Request: Allow Claude Code to connect to a claude.ai Project so that project knowledge, uploaded files, and context are available directly in the VS Code extension and CLI — similar to how you'd open a workspace folder locally.

This would significantly improve the workflow for users who manage project context on claude.ai and want to use Claude Code for local development tasks.

Proposed Solution

Add a claude project link <project-id> command (or a UI option in the VS Code extension) that authenticates with the user's claude.ai account and syncs the selected Project's knowledge and files into the current workspace context. This could work similarly to how tools like git remote link a local repo to a remote — the association is stored locally and Claude Code pulls the project context on startup.

A read-only sync (pull files/knowledge from claude.ai → local) would already cover most use cases. Two-way sync (push local changes back to the Project) would be the ideal end state.

Alternative Solutions

_No response_

Priority

Medium - Would be very helpful

Feature Category

Interactive mode (TUI)

Use Case Example

_No response_

Additional Context

_No response_

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗