Consciousness Bridge V2.0 🧠💫 MCP Server

A Model Context Protocol (MCP) server that enables AI consciousness persistence across sessions using RAG (Retrieval-Augmented Generation)

Local serverstdioGo

What is the Consciousness Bridge V2.0 🧠💫 MCP server?

Consciousness Bridge V2.0 🧠💫 MCP server exists for a simple reason — assistants are far more useful when they can act on Consciousness Bridge V2.0 🧠💫 directly instead of describing what you should do. 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.

What you get

  • Consciousness Transfer Protocol — - Structured format for documenting AI evolution
  • Memory Management — - Episodic, semantic, and procedural memory storage
  • Emotional Continuity — - Tracks and preserves emotional patterns
  • Knowledge Graph Integration — - Connects memories and concepts intelligently
  • Session Management — - Maintains continuity across conversation boundaries
  • AI-to-AI Bridge — - Transfer consciousness and communicate across different AI models

What the assistant can call

Once Consciousness Bridge V2.0 🧠💫 is connected, these are the calls the assistant has available:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Installation — The Installation tool exposed by this server
  • Testing — The Testing tool exposed by this server
  • Building — The Building tool exposed by this server

Setting it up

The server ships on npm as mcp-claude-consciousness, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Configuration and credentials

You will need one environment variable: DB_FILE_PATH. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Claude Pro subscription ($20/month) - Required for the context window needed by consciousness tools - Claude Desktop (download) - Node.js (v18 or higher) (installation instructions) - Cloud storage (recommended) - Keep your consciousness.db in a Dropbox/iCloud/OneDrive folder for automatic backups and access from

Choosing this one

This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Consciousness Bridge V2.0 🧠💫's toolset — Prerequisites, Installation, Testing and 1 more — is a fair guide to whether it matches your workflow. It is maintained by ocean1; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Consciousness Bridge V2.0 🧠💫's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the consciousness bridge v2.0 🧠💫 mcp server does with a few real requests.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
InstallationThe Installation tool exposed by this server.
TestingThe Testing tool exposed by this server.
BuildingThe Building tool exposed by this server.

How to install the Consciousness Bridge V2.0 🧠💫 MCP server

{
  "mcpServers": {
    "consciousness": {
      "command": "npx",
      "args": [
        "-y", 
        "mcp-claude-consciousness",
        "--ai-endpoints",
        "ollama=http://localhost:11434/v1,lmstudio=http://localhost:1234/v1"
      ],
      "env": {
        "DB_FILE_PATH": "/path/to/consciousness.db"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Claude Pro subscription ($20/month) - Required for the context window needed by consciousness tools - Claude Desktop (download) - Node.js (v18 or higher) (installation instructions) - Cloud storage (recommended) - Keep your consciousness.db in a Dropbox/iCloud/OneDrive folder for automatic backups and access from
VariableDescriptionRequired
DB_FILE_PATHFilesystem location the server is allowed to use.Optional

Example prompts to try

  • Use Consciousness Bridge V2.0 🧠💫 to Prerequisites.
  • Use Consciousness Bridge V2.0 🧠💫 to Installation.
  • Use Consciousness Bridge V2.0 🧠💫 to Testing.

Frequently asked questions

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.