Obsidian is a powerful knowledge base that works on local markdown files. with screenpipe, you can query your screen history and meeting transcriptions directly from Obsidian using AI plugins.Documentation Index
Fetch the complete documentation index at: https://docs.screenpi.pe/llms.txt
Use this file to discover all available pages before exploring further.
setup with copilot plugin
the Obsidian Copilot plugin supports MCP servers, letting you query screenpipe from within Obsidian.- install the Copilot plugin from Obsidian community plugins
- open Copilot settings → MCP Servers
- add screenpipe:
- restart Obsidian
- “what was I reading about yesterday?”
- “find my meeting notes from this morning”
- “what code was I looking at in VS Code?“
manual workflow
if you prefer not to use plugins, you can query screenpipe’s API and paste results into notes:use cases
- daily notes: automatically pull what you worked on into daily notes
- meeting notes: capture transcriptions and screen context from meetings
- research: recall articles and documentation you’ve read
- project logs: track what you’ve done across different apps
requirements
- screenpipe running on localhost:3030
- Obsidian with Copilot plugin (for MCP integration)
- Node.js >= 18.0.0