The MCP server currently exposes whichever graph is active in the desktop app. Switch graphs, and the AI sees different data. Fine as a first version – honestly, I get why it works this way. What I'd actually want: access to more than one graph at a time. I have three, and the moment I'm doing anything interesting, context is scattered across at least two of them. Right now, I have to manually switch in the UI and hope Claude picks up the change, which it does, but only one graph at a time. The local server at 127.0.0.1:7676 could expose separate endpoints per graph – something like /mcp/personal, /mcp/whatnot – and let users configure each as its own MCP server in Claude Code, Cursor, etc. Small change on Reflect's side, meaningful difference in practice.