Show HN: ContextVault โ€“ Shared memory layer for your AI and your team

Show HN (score: 8)
Found: July 13, 2026
ID: 6008

Description

Show HN: ContextVault โ€“ Shared memory layer for your AI and your team Hi HN,

I'm Kevin. I built ContextVault because I kept running into the same problem with AI tools.

Every project accumulated prompts, coding conventions, architectural decisions, examples, and other pieces of context that made the models significantly more useful. The problem was that this information quickly became fragmented. Some lived in ChatGPT Projects, some in Claude, some in Markdown files, some in internal documentation, and some only existed in previous conversations.

Late last year, I realized several people on our team were solving the same problems independently because previous work was difficult to discover. I assumed this problem existed in other large organizations, so I started experimenting with a shared context store.

I started with a local proof of concept and a rough MCP server. If I asked questions like "have we done this before?", the AI could search the database and find the most relevant item to review. If a conversation produced something worth remembering, I could say "save what we learned to the vault." After using that workflow for a few months, I found myself relying on it every day.

I decided to make it available to others. I've never built a product before, and I thought it would be a valuable learning exercise to do.

ContextVault is a a product for storing and organizing reusable context that can be shared across people, projects, and AI tools. Instead of copying the same instructions into every conversation, you can store them once and retrieve them through our MCP server. It is not limited to any one AI client. Your team can use ChatGPT, Codex, Claude, and Gemini and save/read from the vault all the same.

It currently supports:

- OAuth support for GitHub, Google, Microsoft, and GitLab

- Structured context records with metadata

- Multi-user organizations with role-based access

- MCP server for all AI clients that support MCP

- Organization-scoped storage keeps tenant data separated

- Group visibility rules decide which memories each member can search

- Authenticated MCP access ties every request back to a real user and workspace

- Feedback signals can be captured now and used to improve ranking later

- Supports desktop versions of AI clients, not just their CLI versions (mobile app support should also work)

The backend is built with PostgreSQL, pgvector, Node.js, and TypeScript. The frontend uses Next.js, React, Tailwind CSS, and shadcn/ui (frontend is not my strong suit, please be kind). Authentication is handled with Clerk and billing with Stripe.

I started building this for my own workflow, but after relying on it for several months I decided to make it available to others. We soft launched a few weeks ago, and I find it useful as a daily tool.

Essentially, ContextVault offers a way to track memories and context, distribute them instantly to your team, and help reduce duplicated work.

I'd be interested in feedback on a few things:

- How are you managing reusable AI context today?

- Are you relying on similar tools, or do you keep everything in Git or Markdown?

- If you've built something similar, what did you learn that you would do differently?

You can see the product here:

https://www.contextvault.dev

More from Show

Show HN: Docs.dev Your Own Hosted Docs Platform in Minutes

Show HN: Docs.dev Your Own Hosted Docs Platform in Minutes Hey we are launching Docs.dev, a full feature docs product that lets you host your developer docs on Cloudflare in a couple minutes.<p>Why this exists:<p>We donโ€™t think every early stage startup should need to pay $300-$500 a month for beautiful docs, in fact every startup should just have beautiful human and agent ready docs ready to go. Additionally the workflow for docs is a lot different now in that Claude Code or Codex will generate 60-80% of the code, so why not have them update your docs as well. After they generate the docs, the missing piece is there will be some sentences, sections, and codeblocks maybe you want to eyeball or edit. The Docs.dev docs allows you to do it right in place in that your docs powered by Docs.dev, is the place that both your readers can learn and read about your tool but also the direct place you can edit your docs.<p>If you want to check out how it works see the demo at <a href="https:&#x2F;&#x2F;docs.dev" rel="nofollow">https:&#x2F;&#x2F;docs.dev</a>.<p>Some features:<p>- Ask AI using your own Cloudflare AI - Docs are editable and publishable in place exactly how users see the docs - AI generation tools built into the editor(again using your own Cloudflare) - Full markdown support for agents, every docs page can be served as MD - Docs can be served as MCP - Pretext.js editor allows images to be inline with the text<p>Built upon other cool technology:<p>- Fumadocs - Pretext - Cloudflare primitives - Other cool libraries<p>This is a side project from us at Keyboard.dev, so right now we want to support making this product better but we are looking at this more as a gift to the community. Essentially before our pivot we had the domain for docs.dev so wanted to build something cool in the docs space.

No other tools from this source yet.