Adding Turtini to VS Code (Cline)
Cline is the open-source autonomous coding agent for VS Code. Adding Turtini gives Cline the ability to read and write your CRM, accounting, and other org data while it works on your code.
How to do it:
1. Make sure Cline is installed and signed in to its model of choice (Anthropic / OpenAI / etc.)
2. Go to Turtini /connect → pick "VS Code (Cline)" → click "Show snippet"
3. Copy the JSON snippet
4. In VS Code: Cmd/Ctrl+Shift+P → "Cline: MCP Servers" — paste the snippet into the mcpServers section, save
The config:
{
"mcpServers": {
"turtini": {
"command": "npx",
"args": ["-y", "@turtini/mcp"],
"env": { "TURTINI_API_KEY": "turtini_..." }
}
}
}
Try it:
Cline auto-detects new MCP servers. Ask Cline: "Use the turtini MCP server to find every contact at companies in healthcare and add them to my Q3 webinar audience." Cline will call search → contact_list → article_create / event_create as appropriate.
For Continue users:
The Continue extension uses ~/.continue/config.yaml. /connect generates the YAML version of the snippet — paste under the mcpServers: key.
Revoke:
Per-integration keys are named "Cline (VS Code) — <your name> — <date>" in Settings → Developer → API Keys.