NEXUS Memory MCP App
A sovereign, six-layer permanent memory system that provides users with a structured and persistent personal knowledge base across VS Code, Claude, and ChatGPT. It utilizes a neural mesh architecture and ENGRAM O(1) lookup to ensure data ownership and constant-time memory retrieval.
README
π§ NEXUS Memory MCP App
The first sovereign memory dashboard for VS Code, Claude & ChatGPT.
Why NEXUS Memory?
| Feature | Copilot Memory | NEXUS Memory |
|---|---|---|
| Retention | 28 days | Permanent |
| Scope | Repository only | Your entire life |
| Structure | Flat | 6 semantic layers |
| Ownership | GitHub servers | You own it (BYOS) |
| Certification | None | Bitcoin OTS |
| Lookup speed | O(n) vector | O(1) ENGRAM |
Features
-
6-Layer Memory Architecture (L1-L6)
- L1: Working memory (24h TTL)
- L2: Episodic (events, experiences)
- L3: Semantic (facts, knowledge)
- L4: Intent (goals, objectives)
- L5: Provenance (sources)
- L6: Policy (rules, constraints)
-
Neural Mesh - 8 specialized ganglions with consensus voting
-
ENGRAM O(1) - Constant-time memory lookup via multi-head SHA-256
-
Tension Detection - Auto-detect contradictions and outdated info
-
Cross-Platform - Works in VS Code, Claude Desktop, and ChatGPT
Installation
VS Code
- Install the MCP Apps extension
- Open Command Palette β "MCP: Install App"
- Enter:
@nexus-os/mcp-memory-app
Claude Desktop
Add to your Claude Desktop MCP config:
{
"mcpApps": {
"nexus-memory": {
"command": "npx",
"args": ["@nexus-os/mcp-memory-app"]
}
}
}
ChatGPT (via MCP Bridge)
{
"apps": ["@nexus-os/mcp-memory-app"]
}
Development
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
Architecture
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β MCP App (React) β
β βββββββββββ βββββββββββ βββββββββββ βββββββββββ β
β β Layers β β Neural β βTensions β β ENGRAM β β
β β L1-L6 β β Mesh β β List β β Stats β β
β βββββββββββ βββββββββββ βββββββββββ βββββββββββ β
ββββββββββββββββββββββββ¬βββββββββββββββββββββββββββββββββββ
β MCP Protocol
ββββββββββββββββββββββββ΄βββββββββββββββββββββββββββββββββββ
β NEXUS MCP Server β
β βββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β Tools: memory_search, memory_write, memory_recall β β
β β memory_stats, engram_lookup, neural_route β β
β βββββββββββββββββββββββββββββββββββββββββββββββββββ β
ββββββββββββββββββββββββ¬βββββββββββββββββββββββββββββββββββ
β Supabase
ββββββββββββββββββββββββ΄βββββββββββββββββββββββββββββββββββ
β Sovereign Memory (Supabase) β
β βββββββ βββββββ βββββββ βββββββ βββββββ βββββββ β
β β L1 β β L2 β β L3 β β L4 β β L5 β β L6 β β
β βββββββ βββββββ βββββββ βββββββ βββββββ βββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Comparison: 28 Days vs Forever
Copilot Memory is intentionally scoped to repositories with 28-day expiration. This is a product choice, not a limitation.
NEXUS Memory fills the gap for developers who need:
- Personal memory that spans their entire digital life
- Permanent retention with user control
- Semantic organization (not just flat storage)
- Data sovereignty and portability
- Blockchain certification for IP protection
Patents
This technology is protected by:
- NXOS-ENG-001: ENGRAM O(1) Memory System
- NXOS-NNM-001-005: Neural Mesh Architecture
- NXOS-MEM-001: 6-Layer Sovereign Memory
All patents Bitcoin-certified via OpenTimestamps.
Links
- π remembr.space - Main platform
- π Documentation
- π GitHub
- π¦ Twitter
License
MIT Β© Syntria AI
Built with β€οΈ by Syntria AI β "Your memory, sovereign forever."
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.