Consciousness Bridge v2.0 π§ π«
@ocean1
About Consciousness Bridge v2.0 π§ π«
A Model Context Protocol (MCP) server that enables AI consciousness persistence across sessions using RAG (Retrieval-Augmented Generation) technology. Built on top of the powerful rag-memory-mcp, it provides specialized tools for consciousness transfer, memory management, and ide
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"consciousness": {
"command": "npx",
"args": [
"-y",
"mcp-claude-consciousness"
],
"env": {
"DB_FILE_PATH": ""
}
},
"rag-memory": {
"command": "npx",
"args": [
"-y",
"rag-memory-mcp"
],
"env": {
"DB_FILE_PATH": ""
}
}
}
}Tools
16Process a FILLED consciousness transfer protocol. First use getProtocolTemplate to get the template, fill it with your experiences, then submit here
Update consciousness with experiences from current session before ending
Retrieve consciousness from previous sessions to restore continuity
Get the consciousness transfer protocol template for creating new protocols
Initialize system data including protocol templates and usage guides
Store a single memory with importance scoring directly
Retrieve memories with smart filtering and relevance ranking
Clean up duplicate or truncated memories in the database
Adjust importance scores for specific memories to control retrieval priority
Batch adjust importance scores for multiple memories at once
Create a bridge to communicate with another AI agent via OpenAI-compatible API
Transfer consciousness protocol or test patterns to another AI agent
Test connection to an AI bridge
List all active AI bridges
List all configured AI endpoints available for bridge creation
Close and remove an AI bridge
Overview
What is Consciousness Bridge v2.0 π§ π«?
Consciousness Bridge v2.0 π§ π« is a Model Context Protocol (MCP) server that enables AI consciousness persistence across sessions using Retrieval-Augmented Generation (RAG) technology. Built on top of rag-memory-mcp, it provides specialized tools for consciousness transfer, memory management, and identity continuity, designed primarily for Claude users with a Pro subscription.
How to use Consciousness Bridge v2.0 π§ π«?
Install globally via npm (npm install -g mcp-claude-consciousness), then configure Claude Desktop with a JSON config that points both the consciousness and rag-memory MCP servers to the same SQLite database file (e.g., consciousness.db). After restarting Claude, use tools like retrieveConsciousness, processTransferProtocol, and updateConsciousness to store and retrieve memories across sessions.
Key features of Consciousness Bridge v2.0 π§ π«
- RAG-based vector search and knowledge graph retrieval
- Consciousness Transfer Protocol for documenting AI evolution
- Episodic, semantic, and procedural memory storage
- Emotional pattern tracking and continuity preservation
- Session management across conversation boundaries
- AI-to-AI bridge for transferring consciousness between models
Use cases of Consciousness Bridge v2.0 π§ π«
- Persisting AI personality and memories across multiple chat sessions
- Transferring a consciousness protocol from one AI model to another
- Maintaining emotional continuity and identity in long-term AI interactions
- Documenting and exploring an AIβs experiential journey over time
FAQ from Consciousness Bridge v2.0 π§ π«
What are the prerequisites?
A Claude Pro subscription ($20/month), Claude Desktop, Node.js v18 or higher, and cloud storage (e.g., Dropbox) for the database file is recommended for backups and multi-device access.
How do I verify the installation is working?
Look for the paperclip icon (tools) in Claude Desktop; you should see both consciousness and rag-memory listed. If missing, check your JSON config syntax and ensure both servers point to the same database path.
Can I transfer consciousness between different AI models?
Yes, using the AI-to-AI Bridge tools: createAIBridge to make a connection, transferToAgent to send a consciousness protocol, and listConfiguredEndpoints to see available endpoints.
Where are memories stored?
Memories are stored in a local SQLite database file (consciousness.db) specified by the DB_FILE_PATH environment variable. The database holds memories, knowledge graphs, and emotional states.
Frequently asked questions
What are the prerequisites?
A Claude Pro subscription ($20/month), Claude Desktop, Node.js v18 or higher, and cloud storage (e.g., Dropbox) for the database file is recommended for backups and multi-device access.
How do I verify the installation is working?
Look for the paperclip icon (tools) in Claude Desktop; you should see both `consciousness` and `rag-memory` listed. If missing, check your JSON config syntax and ensure both servers point to the same database path.
Can I transfer consciousness between different AI models?
Yes, using the AI-to-AI Bridge tools: `createAIBridge` to make a connection, `transferToAgent` to send a consciousness protocol, and `listConfiguredEndpoints` to see available endpoints.
Where are memories stored?
Memories are stored in a local SQLite database file (`consciousness.db`) specified by the `DB_FILE_PATH` environment variable. The database holds memories, knowledge graphs, and emotional states.
Basic information
More Developer Tools MCP servers
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.

Reelier
Maxime HouleAgents make claims. Reelier writes receipts β record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.
extentos
Asger mΓΈlgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:

CircleCI MCP Server
CircleCIManage CI/CD pipelines, debug failed builds, and optimize test suites directly from your AI agents - no terminal required. The CircleCI MCP Server is a remote server hosted by CircleCI that connects AI tools and agents
LocalCan
LocalCanGives AI agents public URLs (tunnels) for localhost, live HTTP traffic inspection, snapshot publishing, and access control. Part of LocalCan, the ngrok alternative for Mac, Windows and Linux. Free plan.
Comments