Minor release
Memory versioning and external MCP support
This release adds version history for memories and introduces support for external MCPs so the thinking agent can act on your tools and data.
Memory version history
Memories now keep a version history. You can see who changed what and when, compare versions with a diff (Git-style), and restore a previous version from the workspace UI or via agent tools.
- Version list and diff viewer in the memory card (“View versions”).
- Agent tools: get_memory_versions, restore_memory_version.
- Each create/update (from UI, agent, or MCP) stores a new version.
MCP support in Qoris
The thinking agent can use external MCPs so it can act on your tools and data. You attach these per project; the agent gets a single, coherent tool set.
- Linear — Issue tracking and project management; create, update, and search issues (remote MCP).
- GitHub — Repos and issues; create issues and PRs, search code, manage repositories.
- Notion — Knowledge base; search, read, and update Notion pages and databases.
- Postgres / Supabase — Connect your own Postgres or Supabase instance; the platform handles connection strings safely (including special characters in passwords).
- Custom MCPs — Add any MCP that speaks SSE or HTTP: provide a URL (and optional headers) and use it alongside the built-in integrations.
Why it matters
- Memories are auditable and reversible.
- The agent can integrate with your own databases and tools via external MCPs.