Omni Context
About
๐ง ๅ จๅไธปๅจๆบ่ฝ AI ่ฎฐๅฟๆไฝ็ณป็ป | ๅ จๆ Cyberpunk Glassmorphism ่ฎพ่ฎก | ่ๅ GraphRAG ไธๅ้ๆฃ็ดข็โ็ฌฌไบๅคง่โ (v3.0 Production Ready)
Details
- Author
- guo6x
- GitHub stars
- 4
- Downloads
- 275
- Categories
- Knowledge Base
Jump to
- Not a note app โ it's an AI memory layer. Your tools don't need their own memory systems; they all share Omni
- Not cloud โ SQLite on your disk. No accounts, no servers, no data ever leaves your machine
- Not locked to one AI โ MCP-native. Use Claude Desktop today, Cursor tomorrow, same memory
- Active, not passive โ the agent scans your graph for connections you've forgotten and surfaces them
- Issues โ bugs, feature requests
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Omni ContextCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Follow the repository README to install the server and add its MCP configuration to your client.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"omni context": {
"omni-context": {
"command": "node",
"args": [
"<install-dir>/brain-server/dist/mcp-proxy.js"
]
}
}
}
}
McpServers
{
"omni-context": {
"command": "node",
"args": [
"<install-dir>/brain-server/dist/mcp-proxy.js"
]
}
}
Omni-Context
<p align="center"><strong>English</strong> ยท <a href="README.zh-CN.md">็ฎไฝไธญๆ</a></p>
> Plug long-term memory into any AI client via MCP. Not just storage โ a second brain that spots your blind spots and challenges your thinking. Fully local, forever yours.
<p align="center">
</p>
<p align="center">
<a href="https://github.com/guo6x/Omni-context/releases/latest"><strong>Download for Windows</strong></a> ยท
<a href="#how-it-works">How it works</a> ยท
<a href="https://guo6x.github.io/Omni-context/">Landing page</a>
</p>
---
Why Omni-Context
Your AI forgets you every conversation. ChatGPT memory is shallow. Cursor's context lasts one session. Claude doesn't remember across projects.
Cloud memory means someone else's server. Mem0, Letta, Zep โ all impressive, all cloud-first. Your second brain lives on their infrastructure.
Omni-Context gives every MCP-compatible AI a shared, persistent knowledge graph that lives on your machine. Plug it into Claude Desktop, Cursor, Cline, Windsurf โ they all draw from the same brain. The graph grows as you work. Forever yours.
More than memory. Most "AI memory" tools are fancy databases. Omni-Context actively analyzes your knowledge graph to find gaps โ topics you consume but never act on, perspectives you're missing, connections you haven't noticed. It's not just storage; it's a second brain that questions you.
---
How it works
You capture anything We build a knowledge graph Any AI client can query it
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโ
Screen ยท Files ยท Web Entities + Relationships via MCP (standard protocol)
Browser extension + vectors + full-text Claude ยท Cursor ยท Cline ยท ...
Stored in local SQLite 12+ clients, one brain
1. Capture โ screenshot, drag files, clip web pages, or hit a physical button. Anything.
2. Extract โ OCR + LLM pipeline pulls out entities and their relationships into a local knowledge graph.
3. Query โ any MCP-compatible AI client accesses your graph as long-term memory. Same brain, every conversation.
---
What makes it different
- Not a note app โ it's an AI memory layer. Your tools don't need their own memory systems; they all share Omni.
- Not cloud โ SQLite on your disk. No accounts, no servers, no data ever leaves your machine.
- Not locked to one AI โ MCP-native. Use Claude Desktop today, Cursor tomorrow, same memory.
- Active, not passive โ the agent scans your graph for connections you've forgotten and surfaces them.
- Questions your thinking โ blind spot detection finds what you're missing. Anti-consensus insights challenge your assumptions. Your graph pushes back.
---
Install
Windows
Download Omni-Context-Setup-x64.msi from Releases. Double-click, done. Fully offline โ Node.js runtime and embedding models are bundled.
macOS / Linux
Build scripts are ready. Community contributors with hardware: pull requests welcome.
Build from source
git clone https://github.com/guo6x/Omni-context.git
cd Omni-context
npm run install:all
npm run package
---
Omni vs alternatives
| | Omni | ChatGPT Memory | Mem0 | Letta | Obsidian |
|--------------------|------|----------------|------|-------|----------|
| Runs locally | โ | โ | โ | โ | โ |
| MCP-native | โ | โ | โ | โ | โ |
| Knowledge graph | โ | โ | partial | โ | manual |
| Cross-AI shared | โ | โ | โ | โ | โ |
| Own your data | โ | โ | โ | โ | โ |
| Offline-first | โ | โ | โ | โ | โ |
---
Community
- Issues โ bugs, feature requests
- Discussions โ ideas, Q&A
- Contributing โ dev setup, architecture overview
---
MIT License. Built for people who want their AI to actually know them.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


