.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/0xranx/opencontext
home/mcp-servers/0xranx/opencontext
0xranx avatar

opencontext

by0xranx· 1 MCP server

Stars

663

Forks

42

Category

Documentation & Knowledge

View on GitHub

TL;DR

CLI + MCP server for managing shared LLM context stores

How to install opencontext?

0xranx/opencontext
$git clone https://github.com/0xranx/opencontext

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install opencontext by running `git clone https://github.com/0xranx/opencontext`, then use it for the current task and follow its documentation at https://github.com/0xranx/opencontext.

Files · 1

View on GitHub
README.md
1<div align="center">
2 <picture>
3 <source media="(prefers-color-scheme: dark)" srcset="docs/images/logo-dark.png">
4 <source media="(prefers-color-scheme: light)" srcset="docs/images/logo-light.png">
5 <img alt="OpenContext Logo" src="docs/images/logo-light.png" width="350">
6 </picture>
7 
8 <p>
9 <strong>Give your AI assistant a persistent memory.</strong><br>
10 Stop repeating yourself. Start building smarter.
11 </p>
12 
13 <p>
14 <strong>Bring your own coding agent.</strong> OpenContext reuses your existing CLI (Codex/Claude/OpenCode) and adds a GUI + built-in Skills/tools — no extra agent subscription.
15 </p>
16 
17 <table>
18 <tr>
19 <td>
20 <img src="docs/images/overview.png" alt="OpenContext Overview" height="260">
21 </td>
22 <td>
23 <img src="docs/images/folder-refer-git.gif" alt="OpenContext Demo" height="260">
24 </td>
25 </tr>
26 </table>
27 
28 <p>
29 <a href="https://www.npmjs.com/package/@aicontextlab/cli"><img src="https://img.shields.io/npm/v/@aicontextlab/cli.svg?style=flat-square&color=cb3837" alt="npm version"></a>
30 <a href="https://github.com/0xranx/OpenContext/blob/main/LICENSE"><img src="https://img.shields.io/github/license/0xranx/OpenContext?style=flat-square" alt="license"></a>
31 </p>
32 
33 <p>
34 <a href="https://0xranx.github.io/OpenContext/en/"><strong>🌐 Website</strong></a> ·
35 <a href="https://0xranx.github.io/OpenContext/en/usage/"><strong>📖 Usage Guide</strong></a> ·
36 <a href="https://github.com/0xranx/OpenContext/releases"><strong>⬇️ Download Desktop</strong></a>
37 </p>
38 
39 <p><a href="README.zh-CN.md">中文文档</a></p>
40</div>
41 
42---
43 
44## The Problem
45 
46When you use an AI assistant to build things, **context gets lost** (across days, repos, chats). You end up re-explaining background, repeating decisions, and sometimes the assistant continues with the wrong assumptions. Most tools stop at storage and don't plug into the coding agent you already use.
47 
48## The Solution
49 
50OpenContext is a lightweight **personal context / knowledge store** for AI assistants (Agents) and coding tools like Cursor / Claude Code / Codex. It reuses your existing coding agent CLI (Codex/Claude/OpenCode) while adding a GUI plus built-in Skills/tools, so your agent can "load history first, then act; ship, then persist".
51 
52**Skills-first support:** `oc init` generates user-level skills (Cursor/Claude Code/Codex) plus slash commands (Cursor/Claude Code), so agents can load, search, create, and iterate your context with one command.
53 
54| Before OpenContext | After OpenContext |
55|-------------------|-------------------|
56| 📂 Hard to share context across repos/sessions | ✅ Global context library works across all projects |
57| 🤷 Your ideas can't be quickly perceived by Agent | ✅ Agent loads your background & decisions automatically |
58| 🔒 Existing knowledge can't be operated by Coding Agent | ✅ Agent can directly read/write your knowledge base |
59 
60## What's Included
61 
62- **`oc` CLI** — manage a global `contexts/` library (folders/docs, manifests, search)
63- **MCP Server** — so Cursor/Claude Code/Codex/Agents can call OpenContext as tools
64- **Skills + Slash Commands** — user-level skills for Cursor/Claude Code/Codex and slash commands for Cursor/Claude Code (generated by `oc init`)
65- **Agent-ready Knowledge Layer** — reuse your existing coding agent CLI (Codex/Claude/OpenCode) with built-in skills/tools and GUI
66- **Desktop App** — manage/search/edit contexts with a native UI
67- **Web UI** — browse/edit contexts locally (no install required)
68 
69## Why OpenContext for Builders
70 
71OpenContext's knowledge management Agent can **be the coding agent you already use** (Codex/Claude/OpenCode). You don't pay for a separate agent — you bring your own CLI and get a ready-to-use experience: a GUI for context management plus built-in Skills and tools that let the agent read, search, create, and iterate on your knowledge.
72 
73## Quick Start
74 
75### Install CLI
76 
77```bash
78npm install -g @aicontextlab/cli
79```
80 
81### Choose Your Path
82 
83| Path | Best

Preview

0xranx/opencontext0xranx/opencontext
Repo0xranx/opencontext
TypeMCP Servers
CategoryDocumentation & Knowledge
UpdatedJun 2026
LicenseMIT
First seenJul 26, 2026

Tags

MCP

Related

6 picks
Type
  1. upstash avatarContext7Up-to-date library docs injected straight into your promptsMCP Serverstoday3.8M60k
  2. yamadashy avatarrepomixA tool to pack repository contents to single file for AI consumptionMCP ServersJul 2026310k27k
  3. trsdn avatarmarkitdown-mcpA Model Context Protocol server for converting documents to Markdown using MarkItDownMCP ServersJun 2026151k29
  4. anyproto avataranytype-mcpOfficial MCP server for Anytype API - your encrypted, local and collaborative wiki.MCP ServersJul 202669k487
  5. aashari avatarmcp-server-atlassian-confluenceNode.js/TypeScript MCP server for Atlassian Confluence. Provides tools enabling AI systems (LLMs) to list/get spaces & pages (content formatted as Markdown) and search via CQL. Connects AI seamlessly to Confluence knowledge bases using the standard MCP interface.MCP ServersFeb 202623k60
  6. boweylou avatarobsidian-mcp-server-enhancedThis is an enhanced version of the excellent cyanheads/obsidian-mcp-server with additional features specifically tailored for remote Claude.ai integration, advanced task querying, and security via Tailscale.MCP ServersJul 202617k32