<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Data &amp; Storage on Vibe Coding</title><link>https://vibecoding.rest/category/data--storage/</link><description>Recent content in Data &amp; Storage on Vibe Coding</description><generator>Hugo</generator><language>en</language><atom:link href="https://vibecoding.rest/category/data--storage/index.xml" rel="self" type="application/rss+xml"/><item><title>Postgres</title><link>https://vibecoding.rest/mcp-servers/postgres/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/postgres/</guid><description>&lt;p&gt;The Postgres server gives an agent introspection into a database&amp;rsquo;s schema — tables, columns, relationships — and the ability to run read-only queries against it.&lt;/p&gt;&#10;&lt;h2 id="why-it-matters"&gt;Why it matters&lt;/h2&gt;&#10;&lt;p&gt;Without this, an agent writing SQL is guessing at your schema from memory or from whatever you paste in. With direct, read-only access, it can verify a query actually runs and returns the shape of data you expect before you ever run it yourself.&lt;/p&gt;</description></item><item><title>Memory</title><link>https://vibecoding.rest/mcp-servers/memory/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/memory/</guid><description>&lt;p&gt;The Memory server stores facts as a local knowledge graph — entities, relationships, observations — that persists between sessions, giving an agent a lightweight, inspectable form of long-term memory.&lt;/p&gt;&#10;&lt;h2 id="why-it-matters"&gt;Why it matters&lt;/h2&gt;&#10;&lt;p&gt;Without persistence, every new conversation starts with zero context about you, your preferences, or past decisions. A local, file-backed memory store closes that gap without relying on a specific vendor&amp;rsquo;s built-in memory feature.&lt;/p&gt;</description></item><item><title>Redis</title><link>https://vibecoding.rest/mcp-servers/redis/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/redis/</guid><description>&lt;p&gt;Redis&amp;rsquo;s official MCP server lets an agent read and write Redis data structures — strings, hashes, lists, sets, streams — and run vector similarity search, using natural language instead of raw Redis commands. It connects to any reachable Redis instance via a connection URL.&lt;/p&gt;</description></item><item><title>Supabase</title><link>https://vibecoding.rest/mcp-servers/supabase/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/mcp-servers/supabase/</guid><description>&lt;p&gt;Supabase&amp;rsquo;s official MCP server gives an agent access to a Supabase project&amp;rsquo;s Postgres schema and data, Edge Functions, and project configuration, with a read-only mode for safer exploratory use. It&amp;rsquo;s built and maintained directly by the Supabase team.&lt;/p&gt;</description></item></channel></rss>