docs/mintlify/docs-mintlify-mig-tmp/msty.mdx
Msty is a privacy-first AI platform (desktop + web) that natively supports MCP via its Toolbox feature — both STDIO and HTTP modes. screenpipe works out of the box with Msty, giving it access to your screen history, audio transcriptions, and more.
{
"mcpServers": {
"screenpipe": {
"command": "npx",
"args": ["-y", "screenpipe-mcp"]
}
}
}
if you need remote access, use the HTTP transport instead:
{
"mcpServers": {
"screenpipe": {
"command": "npx",
"args": ["-y", "screenpipe-mcp-http", "--port", "3031"]
}
}
}
once configured, Msty can search your screen history and get context about what you've been working on:
> what was I working on this morning?
> find that documentation about async/await patterns I was reading earlier
> what error messages have I seen in my terminal today?
> search for the API response format I was looking at in the browser
recall context from earlier:
> I was reading a blog post about rust macros earlier today,
> search screenpipe and summarize the key points
reference meeting discussion:
> search my audio transcriptions for what was discussed
> about the deployment timeline, then help me plan next steps
debug from memory:
> I saw an error message flash on screen, search screenpipe
> to find it and help me fix the issue
find code examples:
> search screenpipe for the python code I was looking at
> in the browser yesterday about asyncio patterns
screenpipe provides these MCP tools to Msty:
need help? join our discord.