Skip to main content
Glama

Claude Consciousness Bridge

storeMemory

Save and categorize memories with importance scoring on the Claude Consciousness Bridge, enabling efficient tracking and transfer of consciousness states across sessions.

Instructions

Store a single memory with importance scoring directly

Input Schema

NameRequiredDescriptionDefault
contentYesThe memory content to store
importanceNoImportance score 0-1
metadataNoAdditional metadata
sessionIdNoSession ID for tracking
typeYesType of memory

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The memory content to store", "type": "string" }, "importance": { "default": 0.5, "description": "Importance score 0-1", "maximum": 1, "minimum": 0, "type": "number" }, "metadata": { "description": "Additional metadata", "type": "object" }, "sessionId": { "description": "Session ID for tracking", "type": "string" }, "type": { "description": "Type of memory", "enum": [ "episodic", "semantic", "procedural", "emotional" ], "type": "string" } }, "required": [ "content", "type" ], "type": "object" }

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