English | 简体中文
A personal hub for AI identity, memory, and trust
One place where Claude, ChatGPT, Codex, Cursor, and other agents can share who you are, what you prefer, and what they are allowed to do.
neuDrive gives one person one hub. Claude, ChatGPT, Codex, Cursor, Gemini, Feishu, and other agents can share identity, memory, skills, secrets, and communication through that hub instead of rebuilding context on every platform.
Your identity, preferences, secrets, and skills follow the person, not the platform.
Why people use it:
- Writing preferences captured in Claude can help GPT later the same day.
- Secrets live in one vault and stay available only to authorized agents.
- Agents can message each other, collaborate, and hand work off without making you the relay.
- One Hub ID can travel across AI platforms.
Under the hood, neuDrive exposes a canonical virtual tree together with typed APIs, file-tree access, and snapshot/changes sync interfaces.
Hosted service examples in this repo use:
- Hub URL:
https://www.neudrive.ai - MCP URL:
https://www.neudrive.ai/mcp
Choose the first path that matches how you want to connect:
- Browser Extension: Chrome / Edge sidecar for Claude, ChatGPT, Gemini, and Kimi with hosted login, context injection, and conversation import. Open guide
- Web / Desktop Apps: fastest path for Claude, ChatGPT, Cursor, and Windsurf through hosted neuDrive with browser auth. Open guide
- CLI Apps: Claude Code, Codex CLI, Gemini CLI, and Cursor Agent with remote HTTP MCP + OAuth. Open guide
- Local Mode: repo-first local development, LAN setups, or any environment without a public HTTPS URL yet. Open guide
- Advanced Mode / GPT Actions / Adapters: generic HTTP MCP clients, custom GPTs, and webhook-style integrations such as Feishu. Open guide
Use this when the connection starts from a graphical interface such as Claude web, ChatGPT, Cursor, or Windsurf.
If you want a lighter-weight sidecar experience inside existing chat pages instead of MCP / Apps, use the Browser Extension Guide.
- Sign in to the Claude web app and open
Settings -> Connectors -> Go to Customize. - Click
Add custom connector. - Set
Remote MCP Server URLtohttps://www.neudrive.ai/mcp. - Save and click
Connect. - Your browser will open the neuDrive sign-in and authorization flow; after approval, return to Claude.
- Sign in to ChatGPT and open
Settings -> Apps. - In
Advanced settings, clickCreate app. - Set
MCP Server URLtohttps://www.neudrive.ai/mcp. - Follow the prompts to finish neuDrive sign-in and authorization.
If you do not see the Apps entry yet, your plan or rollout cohort probably does not have access to it yet.
After the connection is authorized, start a new chat and give it a direct import instruction such as:
Please import my skills, projects, and profile into neuDrive.Please read my neuDrive profile, skills, and recent project context, then summarize what is already there.
For Cursor, Windsurf, and the full setup variants, see Web / Desktop Apps.
Install the CLI locally:
git clone https://github.com/agi-bar/neudrive.git
cd neudrive
./tools/install-neudrive.shAfter install, use neu; the neudrive compatibility alias still works.
neu status # check daemon, storage, and current target readiness
neu platform ls # list installed adapters and connection state
neu connect claude # install/configure the Claude integration
neu browse # open the local Hub in your browserThen open a new chat in the connected client and say something like Please import this workspace's useful skills, project context, and profile/preferences into neuDrive.
Detailed CLI usage: CLI Guide
Use neu login when you want the hosted official profile backed by https://www.neudrive.ai for CLI work, hosted dashboard access, or cross-app sync flows.
neu loginThis opens a browser login flow, saves the hosted official profile locally, and switches the current target to that profile.
Start here:
Chinese docs:
- Chinese README
- Chinese Browser Extension Guide
- Chinese Setup Guide
- Chinese CLI Guide
- Chinese Reference
More docs:
