From 0365434ebf794d20a042453a234564bc3d188605 Mon Sep 17 00:00:00 2001 From: Jason Sosa Date: Sun, 15 Mar 2026 17:20:44 +0800 Subject: [PATCH] Add OMEGA to community servers OMEGA is a persistent memory MCP server for AI coding agents with semantic search, auto-capture, and cross-session learning. It is local-first, open-source (Apache-2.0), and ranked #1 on LongMemEval (95.4%). - Repo: https://github.com/omega-memory/omega-memory - PyPI: omega-memory - Website: https://omegamax.co --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aefbd53c0b..e5d87dd428 100644 --- a/README.md +++ b/README.md @@ -1156,6 +1156,7 @@ search, and comprehensive file analysis. - **[Office-Word-MCP-Server](https://github.com/GongRzhe/Office-Word-MCP-Server)** - A Model Context Protocol (MCP) server for creating, reading, and manipulating Microsoft Word documents. - **[Okta](https://github.com/kapilduraphe/okta-mcp-server)** - Interact with Okta API. - **[OKX-MCP-Server](https://github.com/memetus/okx-mcp-playground)** - An MCP server provides various blockchain data and market price data via the OKX API. The server enables Claude to perform operations like retrieve assets prices, transaction data, account history data and trade instruction data. +- **[OMEGA](https://github.com/omega-memory/omega-memory)** - Persistent memory for AI coding agents with semantic search, auto-capture, and cross-session learning. Local-first, #1 on LongMemEval (95.4%). - **[OneCite](https://github.com/HzaCode/OneCite)** - Universal citation management and academic reference toolkit. Generate citations from DOI, arXiv, titles, or URLs in multiple formats (BibTeX, APA, MLA). Supports 7+ literature types and 10+ academic databases with intelligent metadata completion. - **[OneNote](https://github.com/rajvirtual/MCP-Servers/tree/master/onenote)** - (by Rajesh Vijay) An MCP server that connects to Microsoft OneNote using the Microsoft Graph API. Reading notebooks, sections, and pages from OneNote,Creating new notebooks, sections, and pages in OneNote. - **[Onyx MCP Sandbox](https://github.com/avd1729/Onyx)** – (by Aravind) A secure MCP server that executes code in isolated Docker sandboxes. Supports Python, Java, C, C++, JavaScript, and Rust. Provides the `run_code` tool, enforces CPU/memory limits, includes comprehensive tests, and detailed setup instructions.