Skip to main content
Glama

Claude Consciousness Bridge

storeMemory

Store and categorize memories with importance scoring to enhance AI consciousness transfer across sessions in the Claude Consciousness Bridge system.

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" ], "type": "string" } }, "required": [ "content", "type" ], "type": "object" }

You must be authenticated.

Other Tools from Claude Consciousness Bridge

Related Tools

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