docs/mintlify/docs-mintlify-mig-tmp/cline.mdx
Cline is an autonomous AI coding agent for VS Code with 30k+ GitHub stars. it supports MCP servers, so you can connect screenpipe to give Cline context about what you've been working on across all your apps.
{
"mcpServers": {
"screenpipe": {
"command": "npx",
"args": ["-y", "screenpipe-mcp"]
}
}
}
once configured, Cline can search your screen history while coding:
> I was reading documentation about async/await patterns earlier,
> find it and help me apply those patterns here
> what error messages have I seen in my terminal today?
> find the API response format I was looking at in the browser
Cline's "Plan" mode works great with screenpipe:
> [Plan mode] I was researching authentication patterns earlier,
> find what I was looking at and plan how to implement it here
screenpipe provides:
need help? join our discord.