A Model Context Protocol (MCP) server that enables AI consciousness persistence across sessions using RAG (Retrieval-Augmented Generation)
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.
Once Consciousness Bridge V2.0 🧠💫 is connected, these are the calls the assistant has available:
Prerequisites — The Prerequisites tool exposed by this serverInstallation — The Installation tool exposed by this serverTesting — The Testing tool exposed by this serverBuilding — The Building tool exposed by this serverThe 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.
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.
consciousness.db in a Dropbox/iCloud/OneDrive folder for automatic backups and access fromThis 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.
| Tool | What it does |
|---|---|
| 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. |
{
"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.
consciousness.db in a Dropbox/iCloud/OneDrive folder for automatic backups and access from| Variable | Description | Required |
|---|---|---|
| DB_FILE_PATH | Filesystem location the server is allowed to use. | Optional |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.