docs/mintlify/docs-mintlify-mig-tmp/obsidian.mdx
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.
the Obsidian Copilot plugin supports MCP servers, letting you query screenpipe from within Obsidian.
{
"screenpipe": {
"command": "npx",
"args": ["-y", "screenpipe-mcp"]
}
}
now you can ask Copilot things like:
if you prefer not to use plugins, you can query screenpipe's API and paste results into notes:
# search recent screen content
curl "http://localhost:3030/search?q=meeting&limit=10" | jq '.data[].content.text'
# get audio transcriptions from today
curl "http://localhost:3030/search?content_type=audio&limit=20"
need help? join our discord.