docs/mintlify/docs-mintlify-mig-tmp/continue.mdx
Continue is an open-source AI coding assistant with 20k+ GitHub stars. it works in VS Code and JetBrains IDEs, and supports MCP servers for external context.
~/.continue/config.json:{
"mcpServers": [
{
"name": "screenpipe",
"command": "npx",
"args": ["-y", "screenpipe-mcp"]
}
]
}
once configured, Continue can access your screen history:
> @screenpipe what was I working on this morning?
> find the error I saw in my terminal and help me fix it
> what documentation was I reading about react hooks?
Continue also supports context providers. you can add screenpipe as a custom context provider for more control:
{
"contextProviders": [
{
"name": "screenpipe",
"params": {
"apiUrl": "http://localhost:3030"
}
}
]
}
code with context:
> I was looking at how another project handles authentication,
> find that code and help me implement something similar
recall errors:
> there was a typescript error earlier about types,
> find it and explain how to fix it
meeting follow-up:
> what did we discuss in the standup about the API changes?
> help me implement those changes
via MCP, Continue gets access to:
need help? join our discord.