loading…
Search for a command to run...
loading…
A personal digital twin MCP server that manages professional context, including skills, experience, and project learnings. It allows AI assistants to retrieve a
A personal digital twin MCP server that manages professional context, including skills, experience, and project learnings. It allows AI assistants to retrieve and update user preferences and career interests across different development environments.
Personal digital twin MCP (Model Context Protocol) server. Provides Chen's experience, skills, resume preferences, learnings, and interested companies to AI assistants across projects.
Repo: github.com/shenchensucc/chens-ai-copy
git clone https://github.com/shenchensucc/chens-ai-copy.git
cd chens-ai-copy
npm install
npm run build
Add to ~/.cursor/mcp.json (Windows: C:\Users\<you>\.cursor\mcp.json or Cursor Settings > MCP):
{
"mcpServers": {
"chens-ai-copy": {
"command": "node",
"args": ["C:/path/to/chens-ai-copy/dist/index.js"]
}
}
}
Use the full path to your cloned chens-ai-copy folder.
The MCP uses sync-and-run.ps1 which runs git pull before starting, so you always get the latest when opening Cursor. Ensure the MCP config points to the script:
{
"chens-ai-copy": {
"command": "powershell",
"args": ["-NoProfile", "-ExecutionPolicy", "Bypass", "-File", "D:/2026/2026-03 Chens-ai-copy/sync-and-run.ps1"]
}
}
git clone https://github.com/shenchensucc/chens-ai-copy.git D:\2026\2026-03 Chens-ai-copycd D:\2026\2026-03 Chens-ai-copy && npm install && npm run build~/.cursor/mcp.json (adjust path if different)| File | Content |
|---|---|
data/preferences.json |
Resume format, communication style, cover letter structure |
data/experience.json |
Work history, education, certifications |
data/skills.json |
Technical, soft, and domain skills |
data/learnings.json |
Project-derived learnings and patterns |
data/interested_companies.json |
Companies and roles of interest |
When working in any project, ask the AI to:
The AI will call add_learning or update_preference to keep your context current.
CHENS_AI_COPY_DATA_PATH — Override data directory (default: ./data relative to package)git pull # get updates
git push # push changes
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"chen-s-ai-copy": {
"command": "npx",
"args": []
}
}
}