EveryDev.ai
Sign inSubscribe
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    Home
    Tools

    2,508+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1666
    • Coding1214
    • Infrastructure542
    • Marketing451
    • Design437
    • Projects396
    • Research371
    • Analytics339
    • Testing233
    • MCP227
    • Data213
    • Security200
    • Integration170
    • Learning155
    • Communication148
    • Prompts144
    • Extensions137
    • Commerce125
    • Voice122
    • DevOps99
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. Kept
    Kept icon

    Kept

    Knowledge Management
    Featured

    Archive your AI conversations as local Markdown files with no cloud required, then search, browse, and reuse them via a desktop app and MCP server.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Full feature set, MIT licensed, no premium tier or waitlist.

    Engagement

    Available On

    Windows
    macOS
    Linux
    API
    Browser

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Knowledge ManagementMCP ServersInformation Synthesis

    Alternatives

    pinakeaKarakeepGBrain
    Developer
    E-Group LabsAlsó Törökvész út 2, HungaryEst. 1993

    Listed May 2026

    About Kept

    Kept is an open-source, local-first tool built by E-Group Labs that captures conversations from popular AI chat providers and writes them to your filesystem as plain Markdown files. It requires no account, no cloud sync, and ships under the MIT license. The public release on GitHub is the full feature set — the project page states there is no premium tier and no gated build.

    What It Is

    Kept sits between your browser and your local machine. A sideloaded Chromium extension intercepts conversation data from provider API responses (not scraped DOM) and forwards normalized payloads to a desktop app running on localhost. The desktop app — built with Tauri 2, Rust, and TypeScript — writes one Markdown file per conversation with YAML frontmatter into ~/.kept/vault/, indexed in SQLite for full-text search and in CozoDB for a local knowledge graph. The result is a personal archive that any Markdown-aware tool can read: editors, ripgrep, Obsidian, or diff tools.

    Supported Providers and Capture Model

    Kept currently syncs conversations from ChatGPT, Claude, Gemini, Grok, and Kimi. The extension uses each provider's private API responses rather than scraping rendered pages, which the README notes makes it more stable but still subject to upstream API changes. Capture can be triggered manually with an @kept inline command that opens a palette, or left to run automatically on a configurable interval with SHA-256 deduplication to prevent duplicates.

    Local-First Architecture

    The entire archive lives on disk under ~/.kept/. Key components include:

    • Markdown vault — one .md file per conversation, grouped by provider, diffable and grep-able
    • SQLite FTS5 index — full-text search across tens of thousands of conversations, filterable by platform, date, and message count
    • CozoDB knowledge graph — entities, decisions, and relationships extracted from conversations and linked for graph exploration
    • Smart Recall — semantic search using plain-English queries with citations back to source conversations
    • BYOK inference — bring your own keys for OpenAI, Anthropic, or OpenRouter, or run local models via Ollama for fully on-device operation

    Nothing leaves the machine by default. Cloud API calls only happen when a user explicitly invokes a feature that requires one, such as Smart Recall against a cloud provider.

    MCP Server and Integrations

    Kept ships kept-vault-server on npm, an MCP server that exposes the vault to any MCP-aware client — Claude Desktop, Cursor, Cline, Claude Code, and others. The server exposes tools for listing, reading, writing, updating, deleting, moving, and grepping vault files. The project page also describes a Claude Code plugin path and a one-line installer for the MCP server. Kept's own agent layer can call any MCP server the user connects, making the vault a two-way integration point in agentic workflows. An Obsidian export command copies the vault into an existing Obsidian vault with reconciliation logic that preserves user edits on re-runs.

    Update: v1.0.1

    The latest GitHub release is Kept 1.0.1, published on 2026-05-12. The repository was created on 2026-05-02 and last pushed on 2026-05-26, indicating active early development. The Chrome Web Store submission is pending — the extension is currently distributed as a sideloaded unpacked extension. The README notes the Web Store listing will follow once the review queue clears. The project has 90 stars and 5 forks on GitHub as of the last recorded update.

    Kept - 1

    Community Discussions

    Be the first to start a conversation about Kept

    Share your experience with Kept, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Free

    Full feature set, MIT licensed, no premium tier or waitlist.

    • Capture from ChatGPT, Claude, Gemini, Grok, and Kimi
    • Local Markdown vault
    • SQLite FTS5 full-text search
    • Smart Recall semantic search
    • Knowledge graph

    Capabilities

    Key Features

    • Capture AI conversations from ChatGPT, Claude, Gemini, Grok, and Kimi
    • Local Markdown vault with YAML frontmatter, one file per conversation
    • SQLite FTS5 full-text search with platform, date, and message count filters
    • Smart Recall semantic search with plain-English queries and source citations
    • Auto-clustering of conversations by topic with no manual tagging
    • Knowledge graph of entities, decisions, and relationships via CozoDB
    • MCP server (kept-vault-server) for vault read/write/search from any MCP client
    • BYOK support for OpenAI, Anthropic, OpenRouter, and local Ollama models
    • Obsidian export with reconciliation logic to preserve user edits
    • Continue archived conversations in-app against any configured provider
    • Claude Code integration for managing skills, memory, and templates
    • SHA-256 deduplication for background auto-sync
    • PDF and image reading with text extraction into agent context
    • Filesystem context: point Kept at any directory to include local files in agent context
    • Code execution against the archive with explicit consent prompts
    • Weekly digests, project summaries, and decision logs in plain Markdown
    • @kept inline trigger for manual capture with palette UI

    Integrations

    ChatGPT
    Claude
    Gemini
    Grok
    Kimi
    Obsidian
    Claude Desktop
    Cursor
    Cline
    Claude Code
    OpenAI API
    Anthropic API
    OpenRouter
    Ollama
    npm (kept-vault-server MCP package)
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate Kept and help others make informed decisions.

    Developer

    E-Group Labs

    E-Group Labs builds Kept, a local-first desktop tool that archives AI conversations as plain Markdown files with no cloud dependency. The project is MIT-licensed and fully open source, with a Tauri 2 + Rust + TypeScript desktop app, a Chromium extension, and an MCP server for agentic vault access. The team ships cross-platform desktop builds for Windows, macOS, and Linux and actively maintains the GitHub repository.

    Founded 1993
    Alsó Törökvész út 2, Hungary
    150 employees

    Used by

    Hungarian Public Administration
    Healthcare providers (SEFA project)
    Financial institutions
    Read more about E-Group Labs
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    pinakea icon

    pinakea

    A native macOS app that unifies browser clips, PDFs, screenshots, Apple Mail, and Obsidian notes into one searchable knowledge base with semantic search and AI-powered chat.

    Karakeep icon

    Karakeep

    A self-hostable, open-source bookmark-everything app that uses AI to automatically tag and organize links, notes, images, and PDFs with full-text search.

    GBrain icon

    GBrain

    An open-source CLI and TypeScript library that gives AI agents a persistent, searchable knowledge base built from markdown files, with hybrid vector+keyword search powered by Postgres and pgvector.

    Browse all tools

    Related Topics

    Knowledge Management

    AI-powered systems for organizing, discovering, and accessing collective team knowledge with intelligent search, tagging, and contextual recommendations across knowledge bases and wikis.

    94 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    94 tools

    Information Synthesis

    Tools that analyze and summarize complex information.

    41 tools
    Browse all topics
    Back to all tools
    Discussions