What is Cline?
Cline is an open-source autonomous AI coding agent for VS Code with Plan/Act modes. It can create and edit files, run terminal commands, and use MCP servers — making it a natural fit for tk-powered issue tracking. With 4M+ developers, Cline is one of the most popular AI extensions on the VS Code Marketplace.MCP Integration
Install theticket-mcp MCP server to give Cline direct access to your issues.
Quick Setup
- Open the Cline sidebar in VS Code
- Click the MCP Servers icon (plug icon)
- Click Configure MCP Servers
- Add the ticket-mcp configuration:
Config file location
Config file location
The Cline MCP settings file is located at:
- macOS:
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json - Linux:
~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json - Windows:
%APPDATA%/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
Requirements
Requirements
uv installed via:
curl -LsSf https://astral.sh/uv/install.sh | shPython version 3.10 or higher (installed automatically by uv)VS Code with Cline extension installedVerify Installation
After saving the configuration, check the MCP Servers panel in Cline. Theticket-mcp server should show a green status indicator. Cline will now have access to all tk tools.
Project Context
Create a.clinerules file in your project root to give Cline context about tk:
Auto-Approve Tools
To let Cline use tk tools without prompting for approval each time, add tool names toalwaysAllow:
Workflow Tips
Starting a Session
Ask Cline: “Run tk triage and tell me what I should work on” Cline will executetk triage and present AI-powered recommendations.
Plan Mode
Ask Cline: “Plan a fix for tk-abc123, then implement it” Cline’s Plan mode will analyze the issue, create a plan, then switch to Act mode to implement it.Creating Issues
Ask Cline: “Create a bug for the broken search indexing, priority 1” Cline will run:Closing Work
Ask Cline: “Resolve tk-abc123, the fix is in the latest commit”Cline-Specific Features
Plan/Act Workflow
Plan/Act Workflow
Use Cline’s Plan mode to analyze a tk issue, then switch to Act mode to implement. Cline can read the issue description from
tk show, plan the fix, and execute it autonomously.MCP Marketplace
MCP Marketplace
Cline’s MCP Marketplace provides one-click installation of MCP servers. Check if ticket-mcp is listed for even easier setup.
Context-Aware Issue Creation
Context-Aware Issue Creation
Cline can analyze code changes in your working directory and create appropriately scoped tk issues with correct types, priorities, and dependency links.
Autonomous Workflows
Autonomous Workflows
Combine Cline’s autonomous mode with tk to handle full workflows: triage issues, claim work, implement fixes, run tests, and resolve issues — all in a single session.
Troubleshooting
MCP server not connecting
MCP server not connecting
Check that
uvx is in your PATH. Open the Cline MCP Servers panel and verify the server shows a green status. Try clicking the restart button next to the server.Tools not appearing
Tools not appearing
Ensure
"disabled": false in your config. Restart VS Code after editing the MCP settings file. Check Cline’s output panel for error messages.Too many approval prompts
Too many approval prompts
Add read-only tool names to the
alwaysAllow array in your MCP config. See the Auto-Approve section above.Slow tk commands
Slow tk commands
Enable caching with
tk cache info to verify the analytics cache is working. Cached responses return in under 10ms.Next Steps
CLI Reference
Complete tk command documentation
MCP Server
Deep dive into MCP server capabilities
Graph Analytics
Learn about PageRank and dependency analysis
Cline Docs
Official Cline documentation