deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
A Local-First Personal Career Memory & ML Interview Coach for AI Assistants
Blog | Documentation | Roadmap | Community Discussion
TalentMe MCP is a Local-First professional learning memory system designed for Machine Learning and Software Engineering interview preparation. Acting as a bridge between your local knowledge base and your AI assistant (Cursor, Claude Desktop, Trae, Antigravity, Kiro, Codex), it implements the LLM Wiki pattern to track your learning journey, automate mock interviews, and structure your career growth. Learn more and manage your account at TalentMe.
With TalentMe, your AI agent gains long-term context about your projects, skills, and areas of growth, enabling hyper-personalized coaching without leaking your notes to the public internet.
concepts/, journal/, resumes/) with a local SQLite database for spaced repetition (Ebbinghaus curve) and mastery tracking.TalentMe comes with an intuitive command-line interface:
talentme setupYour initial onboarding assistant.
auto, semi-auto, or manual).talentme startStarts the background Model Context Protocol (MCP) server.
talentme updateUpgrades the software package to the latest version.
talentme syncExplicitly syncs templates and professional skills from the cloud on-demand.
TalentMe initializes an Obsidian-compatible local memory folder with the following layout:
my_memory/
├── concepts/ # Atomic knowledge points (e.g., Transformers, PyTorch, Caching)
├── journal/ # Daily practice notes and study logs
├── projects/ # Deep dives into your past system implementations
├── resumes/ # LaTeX/PDF/Markdown resumes and version histories
├── roles/ # Job descriptions and match reports
├── plans/ # Spaced-repetition study paths and 14-day sprint plans
├── .skills/ # Local protocol prompting rules (e.g., llm-wiki, mock-interview)
├── template.json # Bootstrapping metadata tracking
└── memory.db # SQLite engine tracking knowledge decay and mastery levels
Install talentme-mcp into your preferred Python environment (we recommend creating a dedicated virtual environment):
python3 -m venv ~/.talentme_venv
source ~/.talentme_venv/bin/activate
pip install git+https://github.com/airsota/talentme-mcp.git
Initialize your memory directory and configure your IDEs:
talentme setup
Follow the interactive prompt to set your memory directory, email, license key, and behavior configurations.
[!TIP] Need a License Key? Sign up on the TalentMe official website to generate your key, access premium knowledge bases, and activate your personal career vault.
Open your memory directory in Cursor/Claude/Antigravity and start building you own knowledge base!
💬 Example Prompt: "Review my notes on Transformer self-attention. Ask me 3 hard questions about computational complexity, then log my responses to today's journal."
If the automatic IDE registration is skipped, you can manually register the MCP server by adding this JSON snippet to your IDE's MCP settings:
{
"mcpServers": {
"talentme": {
"command": "/Users/YOUR_USERNAME/.talentme_venv/bin/talentme",
"args": ["start"]
}
}
}
~/.claude.json~/Library/Application Support/Cursor/User/globalStorage/mcpServers.json~/Library/Application Support/Claude/claude_desktop_config.json~/.gemini/config/mcp_config.jsonMIT License. See LICENSE for details.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。