Skip to content llms.txt

Cline

A VS Code extension for AI-assisted coding with support for rules, hooks, and MCP configurations.

DetailValue
Slugcline
Config directory.clinerules
Supported content typesRules, Hooks, MCP Configs
Content TypeSupportedInstall Method
RulesYesSymlink
HooksYesSymlink (file-based executables)
MCP ConfigsYesJSON merge
SkillsNo
AgentsNo
CommandsNo
Content TypeProject LocationGlobal LocationFormat
Rules.clinerules/~/Documents/Cline/Rules/Markdown
Hooks.clinerules/hooks/Markdown
MCP ConfigsVS Code globalStorageJSON
Content TypeDiscovery Paths
Rules.clinerules/, ~/Documents/Cline/Rules/
Hooks.clinerules/hooks/
MCP ConfigsVS Code globalStorage (platform-aware path)

Cline’s MCP configuration is stored in VS Code’s globalStorage directory, which varies by platform. Syllago detects the correct path automatically.

Hooks in Cline are file-based executables in the .clinerules/hooks/ directory, unlike the JSON-based hooks used by most other providers.

Syllago detects Cline by checking for the ~/Documents/Cline/Rules directory.

Terminal window
# Add content from Cline
syllago add --from cline
# Install content to Cline
syllago install my-rule --to cline