NoteStore Lab MCP for VS Code
io.github.xiaojiou176-open/notestorelab-mcp
Local copy-first Apple Notes recovery and review MCP server for NoteStore Lab case roots.
client:VS Code
transport:stdio
runtime:pypi
Install NoteStore Lab MCP in VS Code
.vscode/mcp.json
{
"servers": {
"notestorelab-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"apple-notes-forensics"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs