<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Knownbase Blog</title>
    <link>https://knownbase.dev/blog</link>
    <description>Guides and ideas on giving AI agents durable memory over the Model Context Protocol: agent handoffs, MCP, and project memory that survives between sessions.</description>
    <language>en-us</language>
    <lastBuildDate>Sun, 19 Jul 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://knownbase.dev/blog/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>How to give Claude Code and Codex persistent memory over MCP</title>
      <link>https://knownbase.dev/blog/connect-claude-code-mcp-memory</link>
      <guid>https://knownbase.dev/blog/connect-claude-code-mcp-memory</guid>
      <pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate>
      <description>A step-by-step walkthrough: connect any MCP client to a shared memory server, then have your agents store decisions with upsert_note and recall them with search_notes.</description>
    </item>
    <item>
      <title>Agent handoffs: keeping context when one session ends and the next begins</title>
      <link>https://knownbase.dev/blog/agent-handoffs</link>
      <guid>https://knownbase.dev/blog/agent-handoffs</guid>
      <pubDate>Sat, 18 Jul 2026 00:00:00 GMT</pubDate>
      <description>Long tasks outlive a single context window. Here's how to write a handoff an agent can actually pick up: what to capture, what to leave in git, and how to structure it.</description>
    </item>
    <item>
      <title>Why AI agents need persistent memory (and how to give them some)</title>
      <link>https://knownbase.dev/blog/ai-agent-memory</link>
      <guid>https://knownbase.dev/blog/ai-agent-memory</guid>
      <pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate>
      <description>Agents reason brilliantly in the moment and forget everything the moment the session closes. Why that happens, why bigger context windows don't fix it, and what a real memory layer looks like.</description>
    </item>
    <item>
      <title>What is the Model Context Protocol (MCP)? A plain-English guide</title>
      <link>https://knownbase.dev/blog/what-is-mcp</link>
      <guid>https://knownbase.dev/blog/what-is-mcp</guid>
      <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
      <description>MCP is the "USB-C port" for AI tools, one standard way for agents to reach external data and actions. What it is, why it matters, and how memory fits in.</description>
    </item>
  </channel>
</rss>
