nowfound

Alternatives

Products that do what kontexta does

Save your tokens. Remember Forever

  1. 1

    Make Claude Code faster and cheaper without losing context

    Mar 2026 · github.com

  2. 2

    Persistent memory for AI coding agents

    Apr 2026 · contextpool.io

  3. 3
    Replicas239

    Run Claude Code and Codex in the cloud

    Jun 2026 · replicas.dev

  4. 4

    Repo-native memory for coding agents

    Jul 2026 · github.com

  5. 5KC

    We built the Kontext CLI because AI coding agents need access to GitHub, Stripe, databases, and dozens of other services — and right now most teams handle this by copy-pasting long-lived API keys into .env files, or the actual chat interface, whilst hoping for the best. The problem isn't just secret sprawl. It's that there's no lineage of access. You don't know which developer launched which agent, what it accessed, or whether it should have been allowed to. The moment you hand raw credentials to a process, you've lost the ability to enforce policy, audit access, or rotate without pain. The…

    Apr 2026 · github.com

  6. 6

    Portable memory for agent workflows

    Apr 2026 · x.com

  7. 72C

    Single-agent LLMs suck at long-running complex tasks. We’ve open-sourced a multi-agent orchestrator that we’ve been using to handle long-running LLM tasks. We found that single LLM agents tend to stall, loop, or generate non-compiling code, so we built a harness for agents to coordinate over shared context while work is in progress. How it works: 1. Orchestrator agent that manages task decomposition 2. Sub-agents for parallel work 3. Subscriptions to task state and progress 4. Real-time sharing of intermediate discoveries between agents We tested this on a Putnam-level math problem, but the…

    Feb 2026 · github.com

  8. 8CM

    Every MCP tool call dumps raw data into Claude Code's 200K context window. A Playwright snapshot costs 56 KB, 20 GitHub issues cost 59 KB. After 30 minutes, 40% of your context is gone. I built an MCP server that sits between Claude Code and these outputs. It processes them in sandboxes and only returns summaries. 315 KB becomes 5.4 KB. It supports 10 language runtimes, SQLite FTS5 with BM25 ranking for search, and batch execution. Session time before slowdown goes from ~30 min to ~3 hours. MIT licensed, single command install: /plugin marketplace add mksglu/claude-context-mode…

    Feb 2026 · github.com

  9. 9

    Browse, search & track costs across Claude Code sessions

    Apr 2026 · claudoscope.com

  10. 10

    Persistent AI memory across Claude Desktop & Cursor IDE

    Oct 2025

  11. 11CC

    We’ve been building visual rule engines (clear spreadsheet interfaces -> API endpoints that map incoming data to a large number of potential outcomes), and had the fun idea lately to see what happens when we use our decision table UI with Claude’s PreToolUse hook. The result is a surprisingly useful policy/gating layer– these tables let your team: - Write conditional, exception-friendly policies beyond globs/prefixes (e.g. allow rm -rf only in */node_modules/*, deny / or $HOME, ask if --force or network call; gate kubectl delete / SQL DROP with a clear reason) -…

    Jan 2026 · github.com

  12. 12

    Local, portable, + open source context across all LLMs

    Jun 2026

  13. 13IB

    Hi! My name is Herve Kom, a computer science student that is interested in learning new things everyday! As one of my graduation project, I have developed a Claude Code -like Coding CLI, but with enhancement for API Testing: - Auto-generate & run tests (unit, e2e, Playwright, CI/CD, etc.) - Say bye-bye to hallucinations with built-in MCP Server to let LLM directly read from API Docs - Adding Agent.md support for better context persistence across your whole codebase - Automatic bug & security scans (logic is kind of basic but works great!) - Vibes, I want it to feel less "enterprise" but…

    2025 · github.com

  14. 14IA

    1. Headless mode Headless mode allows you to use the AI as a command-line utility for automation and scripting. In Claude Code you run it with the -p flag: claude -p, in codex - exec, opencode - run. 2. Ask human The traditional communication channel with the operator won't work in headless mode - we need to implement a dedicated tool. Here is an example of how this can be done https://github.com/sermakarevich/claude/tree/main/mcp/ask_hu... 3. Tasks queue Beads is a lightweight distributed graph issue tracker for AI agents, powered by Dolt. You can…

    Jun 2026

  15. 15CO

    Hi HN, I keep running in the same problem of each AI app “remembers” me in its own silo. ChatGPT knows my project details, Cursor forgets them, Claude starts from zero… so I end up re-explaining myself dozens of times a day across these apps. The deeper problem 1. Not portable – context is vendor-locked; nothing travels across tools. 2. Not relational – most memory systems store only the latest fact (“sticky notes”) with no history or provenance. 3. Not yours – your AI memory is sensitive first-party data, yet you have no control over where it lives or how it’s queried. Demo video:…

    2025 · github.com

  16. 16GC

    As I started to use Claude Code to do more random tasks I realized I could basically build any CLI tool and it would use it. So I built one that controls the browser and open-sourced it. It should work with Codex or any other CLI-based agent! I have a long term idea where the models are all local and then the tool is privacy preserving because it's easy to remove PII from text, but I'd definitely not recommend using this for anything important just yet. You'll need a Gemini key until I (or someone else) figure out how to distill a local version out of that part of the pipeline. Github link:…

    2025 · cli-agents.click

  17. 17

    Agentic TUI for self-hosted LLMs on the Edge

    Mar 2026 · openjet.dev

  18. 18CK

    Hi HN, for quite some time I've been thinking how LLMs are missing the knowledge base, where I can dump CSVs, PDFs, and most important, inline web app. running on Claude Code (bring your own agent) with agents with heartbeats and jobs https://runcabinet.com It runs locally and is installable via npm. GitHub (open source): https://github.com/hilash/cabinet This is still very early. I put the first version together quickly after seeing a post by Andrej Karpathy about LLM knowledge bases, which matched closely with what I’d been building. Some people have already…

    Apr 2026 · runcabinet.com

  19. 19
    Kindex13

    The memory layer AI coding agents don't have.

    Jun 2026 · kindex.tools

  20. 20
    GitHub10

    Local-first memory for your AI coding agent

    Jun 2026 · github.com

  21. 21

    Prep your codebase for any AI in 10 seconds

    Apr 2026 · kntxt-alpha.vercel.app

  22. 22

    Context continuity across AI coding agents & sessions

    Feb 2026 · github.com

  23. 23
    Vexp12

    Cut AI coding costs 58% with pre-indexed codebase context

    Mar 2026 · vexp.dev

  24. 24

    Stop wasting tokens. Write smarter AI prompts with context

    May 2026 · contextra.xyz

Ranked by how close each launch is in meaning, then by votes. Refine with a description →