Awesome AI AgentsAI Developer Tools

0xranx/OpenContext

⭐ 1145 JavaScript repository created 2025-12-17

OpenContext is a personal knowledge and context store built for AI coding assistants such as Cursor, Claude Code, Codex and OpenCode. It addresses the problem that context is lost across days, repositories and chat sessions, forcing the user to re-explain background and decisions while the assistant proceeds on stale assumptions. Instead of shipping its own agent, OpenContext reuses whichever coding agent CLI the user already has and layers a graphical interface plus built-in skills and tools on top, so the workflow becomes load history first, act, then persist what was learned. The project ships several pieces. The oc command-line tool manages a global contexts library of folders, documents and manifests with search. An MCP server exposes the same store as tools so Cursor, Claude Code, Codex and other agents can call it directly. Running oc init generates user-level skills for Cursor, Claude Code and Codex plus slash commands for Cursor and Claude Code, giving commands to load background before working, search for relevant documents, create a new document and persist what was learned at the end of a session; installation targets and non-interactive flags for selecting tools are documented. A desktop application built with Tauri offers a native interface for managing, searching and editing contexts, and a local web UI covers browsing and editing without installing anything. The CLI is distributed on npm as @aicontextlab/cli and desktop builds are published as GitHub releases. Documentation is available in English and Chinese. The intended users are developers who work daily with agentic coding CLIs and want a shared, agent-readable knowledge layer that spans projects, so that decisions and background written once can be read and updated by any of their agents.

https://github.com/0xranx/OpenContext

context-managementknowledge-basemcpcliclaude-codecursorcodexopencodetauridesktop-app

Also in AI Developer Tools

deepseek-ai/deepseek-harness

DeepSeek Harness (dsh) is an open-source agent harness from DeepSeek AI built on an everything-is-a-plugin architecture over the Cordis framework, started from npm with a local web UI.

Hmbown/Codewhale

Open-source terminal coding agent written in Rust that edits files, runs commands and works toward a goal across many model providers.

TabbyML/tabby

Tabby is a self-hosted, open-source AI coding assistant providing a private and customizable alternative to GitHub Copilot with rich integration and deployment options.

cursor/cursor

Cursor is an AI-powered code editor designed to enhance programming productivity by integrating intelligent code suggestions and AI-driven features directly into the coding workflow.

oraios/serena

Serena is a free and open-source coding agent toolkit that enhances large language models with semantic code retrieval and editing capabilities, enabling autonomous coding workflows directly on your codebase.

QwenLM/qwen-code

Open-source terminal coding agent from the Qwen team with subagents, skills, hooks and MCP support, speaking the OpenAI, Anthropic, Gemini and Qwen API formats plus local model runtimes.

plandex-ai/plandex

Plandex is an open-source AI coding agent designed to plan, execute, and manage large-scale coding tasks and real-world projects with high efficiency and flexibility.

smol-ai/developer

Smol Developer is a library and toolset that embeds a junior developer AI agent into applications to scaffold and generate codebases interactively through human-in-the-loop prompt engineering.