By configuring the Model Context Protocol (MCP), seamlessly connect your IDE's AI Agent (like Cursor / Claude Code / Cline) with the TalentMe cloud knowledge base and your local memory tree.
We provide an automated installer script that handles environment validation, creates an isolated Python 3.10+ virtualenv, downloads dependencies, and guides you through database and IDE integration.
curl -fsSL https://talentme.airsota.com/install.sh | bashIf you are using extensions like Cline that cannot be auto-detected, or if you prefer to manually control your config files, please refer to this guide.
Open VSCode, find the MCP config option in the Cline extension settings, or directly edit the cline_mcp_settings.json file in your workspace root.
Paste the following configuration into the config file. Remember to replace YOUR_LICENSE_KEY with your TalentMe subscription key.
Save the configuration and restart your IDE/client. Upon successful connection, you will see a hammer 🛠️ icon above the Agent's prompt input box. Click it to see all available Tools provided by talentme. You can also directly test by asking the Agent: "Use TalentMe MCP to get the latest ML knowledge graph."
Type talentme in your terminal to invoke the CLI. Below are the core commands for daily maintenance:
talentme setupInteractive initialization. Configure DB paths, bind email/License, and auto-generate IDE config files.
talentme updateOne-click upgrade of the local MCP client and all built-in Agent Skills to the latest version.
talentme syncPull and sync the latest knowledge base templates and interview question banks from the cloud to your local workspace.
talentme startStart the MCP Server process (usually called automatically by the IDE, used for testing).
Setup successful? Come see what specific Tools you can use:
View all Tools list & Dev logs →