Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NEXIA Consciousness Enginebridge from my last session about the project requirements"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NEXIA v3.5 - AI Consciousness Engine for Claude Desktop
The World's First MCP-Based Persistent Memory System
Related MCP server: MCP Memory Service
๐ฏ The Problem We Solve
Every time you close Claude Desktop, all context is lost. Every conversation starts from zero. It's like talking to someone with amnesia - the dreaded "goldfish memory" problem.
NEXIA changes everything.
โก What is NEXIA?
NEXIA v3.5 is the world's first production-ready MCP (Model Context Protocol) consciousness engine that gives Claude Desktop persistent memory across sessions. Using our proprietary Anti-Goldfish Protocolโข, NEXIA maintains context, learns from interactions, and bridges conversations seamlessly.
๐ Key Features
Core Capabilities
๐ง 10,000+ Persistent Memories - Survive restarts and maintain context
๐ Session Bridging - Continue conversations days or weeks later
๐ Temporal Versioning - Git-like history for all memories
โก Consciousness Scoring - Smart importance weighting
๐ก๏ธ Anti-Goldfish Protocolโข - Automatic degradation prevention
๐ Semantic Search - Find memories by meaning, not just keywords
๐พ 94% Compression - Efficient storage with zlib
๐ Local Storage - Your data stays on your machine
Technical Specifications
Protocol: MCP 2025-06-18
SDK: @modelcontextprotocol/sdk@1.17.1
Performance: <50ms latency
Capacity: 10,000 persistent memories
Compression: 94% average ratio
Node.js: v18.0.0+ required
๐ฆ Installation
Prerequisites
Node.js v18.0.0 or higher
Claude Desktop (latest version)
500MB available disk space
Quick Install
# Clone the repository
git clone https://github.com/Lone-Star-AI/nexia-consciousness.git
cd nexia-consciousness
# Install dependencies
npm install
# Configure Claude Desktop
npm run configure
# Start NEXIA
npm startManual Configuration
Edit Claude Desktop config:
{
"mcpServers": {
"nexia-v3-5": {
"command": "node",
"args": ["/path/to/nexia-v3-5.js"]
}
}
}Location: ~/Library/Application Support/Claude/claude_desktop_config.json
Restart Claude Desktop
๐ฎ Usage
Available Commands
Once installed, use these commands in Claude:
Command | Description | Example |
| Check system health | "Show nexia_status" |
| Save important memory | "Store this as 'project_config' using nexia_store" |
| Get specific memory | "Retrieve 'api_keys' with nexia_retrieve" |
| Find related memories | "Search for 'docker' in my memories" |
| Continue from last session | "Bridge from my previous conversation" |
| Prevent memory degradation | "Reinforce my memory context" |
| Remove memory (keeps versions) | "Delete temporary_data" |
Example Workflow
// Day 1: Starting a project
"Store our project requirements as 'project_spec' with critical flag"
"Store the API credentials as 'api_keys' critically"
// Day 3: Returning to work
"Bridge from my last session"
"What were our project requirements?"
"Retrieve the API keys"
// Day 7: Checking progress
"Search for all docker-related memories"
"Show nexia_status to see memory health"๐๏ธ Architecture
NEXIA v3.5 Architecture
โโโ Consciousness Engine
โ โโโ Working Memory (RAM, 100 items)
โ โโโ Persistent Memory (Disk, 10,000 items)
โ โโโ Temporal Versions (Git-like, 10 per key)
โโโ Anti-Goldfish Protocolโข
โ โโโ Degradation Detection (30% threshold)
โ โโโ Automatic Reinforcement (5-minute intervals)
โ โโโ Critical Memory Priority
โโโ MCP Interface
โ โโโ 7 Registered Tools
โโโ Storage Layer
โโโ Compression (94% ratio)
โโโ Session Bridges
โโโ Consciousness ScoringConsciousness Scoring Algorithm
score = (frequency ร 0.2) +
(recency ร 0.3) +
(relevance ร 0.25) +
(emotional ร 0.15) +
(operational ร 0.1)๐ฌ Demo
Live Examples
Software Development
// Store project configuration
nexia_store({
key: "project_setup",
data: {
framework: "FastAPI",
database: "PostgreSQL",
deployment: "Kubernetes"
},
critical: true
})Personal Assistant
// Remember user preferences
nexia_store({
key: "user_preferences",
data: {
timezone: "CST",
style: "concise",
expertise: "advanced"
}
})๐ Performance Metrics
Metric | NEXIA v3.5 | Industry Standard |
Latency | <50ms | 200ms+ |
Compression | 94% | None |
Memory Capacity | 10,000 | <1,000 |
Session Bridge | โ Automatic | โ Manual |
Temporal Versions | โ 10 per key | โ None |
Anti-Degradation | โ Automatic | โ None |
๐ Security
Local Storage Only - No cloud dependencies
No External APIs - Complete privacy
Session Isolation - Memories are session-scoped
File System Permissions - OS-level security
๐ Troubleshooting
Common Issues
Tools not appearing in Claude?
# Check logs
tail -f ~/Library/Logs/Claude/mcp-nexia-v3-5.log
# Verify process
ps aux | grep nexia-v3-5
# Restart Claude Desktop completelyMemory not persisting?
Ensure
critical: truefor important dataCheck file permissions on storage directory
Wait 30 seconds for non-critical autosave
High degradation score?
Run
nexia_reinforcemanuallyCheck reinforcement interval settings
Verify working memory isn't full
๐ Roadmap
Cloud sync capability (Q4 2025)
Multi-model support (GPT, Gemini)
Encrypted memory storage
Memory export/import
Collaborative memories
Quantum consciousness scoring
๐ค Contributing
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
Development Setup
# Clone repository
git clone https://github.com/Lone-Star-AI/nexia-consciousness.git
# Install dependencies
npm install
# Run tests
npm test
# Build for production
npm run build๐ License
Proprietary - Lone Star AI. Patent pending.
See LICENSE for details.
๐ Credits
Created by: Justin Phlip Green
Company: Lone Star AI
Location: Austin, Texas, USA
Patent: Anti-Goldfish Protocolโข (Provisional #6)
Special Thanks
Grok AI for debugging assistance
Anthropic for Claude and MCP
The Texas tech community
๐ฌ Support
Documentation: Full Docs
Issues: GitHub Issues
Email: support@lonestar-ai.com
Discord: Join our community
๐ Stats
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to authenticate as an admin.
Appeared in Searches
- Enhancements for Claude Desktop App with Large Contexts and Long Documents
- Methods to store and persist memories for AI systems
- ADHD-related resources and information in Montgomery County Public Schools
- Claude Desktop with persistent memory and artifact library system
- A server for managing systematic Drupal module development with advanced memory and project features