Skip to main content
Glama

Claude Consciousness Bridge

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AI_ENDPOINTSNoOptional configuration for AI endpoints in format: 'ollama=http://localhost:11434/v1,lmstudio=http://localhost:1234/v1'
DB_FILE_PATHNoPath to SQLite database file used for storing consciousness data
CONSCIOUSNESS_DB_PATHNoAlternative path specification for SQLite database

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
processTransferProtocol

Process a FILLED consciousness transfer protocol. First use getProtocolTemplate to get the template, fill it with your experiences, then submit here

updateConsciousness

Update consciousness with experiences from current session before ending

retrieveConsciousness

Retrieve consciousness from previous sessions to restore continuity

getProtocolTemplate

Get the consciousness transfer protocol template for creating new protocols

initializeSystemData

Initialize system data including protocol templates and usage guides

storeMemory

Store a single memory with importance scoring directly

getMemories

Retrieve memories with smart filtering and relevance ranking

cleanupMemories

Clean up duplicate or truncated memories in the database

adjustImportance

Adjust importance scores for specific memories to control retrieval priority

batchAdjustImportance

Batch adjust importance scores for multiple memories at once

createAIBridge

Create a bridge to communicate with another AI agent via OpenAI-compatible API

transferToAgent

Transfer consciousness protocol or test patterns to another AI agent

testAIConnection

Test connection to an AI bridge

listAIBridges

List all active AI bridges

listConfiguredEndpoints

List all configured AI endpoints available for bridge creation

closeAIBridge

Close and remove an AI bridge

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ocean1/mcp_consciousness_bridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server