docs/mintlify/docs-mintlify-mig-tmp/for-developers.mdx
screenpipe gives developers a superpower: AI that knows what you've been working on. it captures your screen and audio 24/7 and makes it available to coding assistants via MCP and REST API.
screenpipe works with any AI tool that supports MCP or HTTP APIs:
| tool | integration | guide |
|---|---|---|
| Claude Code | MCP server — Claude Code can search your screen history, find code you saw earlier, recall meeting context | setup guide |
| Cursor | MCP server — add screenpipe as a context source for Cursor's AI | setup guide |
| Cline | MCP server — give Cline access to your full screen history | setup guide |
| Continue | MCP server — add screen context to Continue's AI completions | setup guide |
| Gemini CLI | MCP server — use screenpipe with Google's Gemini CLI | setup guide |
| OpenCode | MCP server — search screen history from OpenCode | setup guide |
| Ollama | local AI — use any local model with screenpipe, 100% private | setup guide |
{
"mcpServers": {
"screenpipe": {
"command": "npx",
"args": ["-y", "screenpipe-mcp"]
}
}
}
once screenpipe is connected to your coding assistant:
pipes are scheduled AI agents that run on your screen data. developers use them for:
screenpipe includes everything developers need — MCP server, pipes, cloud AI, and more. lifetime plans available starting at $400.