The MCP server lets AI agents search your past sessions and read project context during conversations. One command to install.
Works with Claude Code, Cursor, and Copilot. Adds SessionFS to your tool's MCP config file automatically — no manual JSON editing.
Share architecture decisions, coding conventions, and API contracts with every AI agent on your team. One document per repo, always current.
Local MCP server on stdio for desktop tools — no network required. Remote HTTP/SSE server for cloud-connected AI tools and team sharing.
When you start a new session, your AI agent can automatically search for related past sessions and load their context — so it already knows what you tried last time.
The find_related_sessions tool maps file paths and error strings to previous sessions. If you're debugging the same file you touched last week, the agent knows.
Read the MCP docs