Skip to main content
Glama

Claude Consciousness Bridge

getMemories

Retrieve and filter memories by type (episodic, semantic, procedural, emotional) with semantic matching, relevance ranking, and sorting by importance or recency.

Instructions

Retrieve memories with smart filtering and relevance ranking

Input Schema

NameRequiredDescriptionDefault
includeImportanceNoSort by importance vs recency
limitNoMaximum memories to return
queryNoSearch query for semantic matching
typeNoFilter by memory type

Input Schema (JSON Schema)

{ "properties": { "includeImportance": { "default": true, "description": "Sort by importance vs recency", "type": "boolean" }, "limit": { "default": 10, "description": "Maximum memories to return", "type": "number" }, "query": { "description": "Search query for semantic matching", "type": "string" }, "type": { "description": "Filter by memory type", "enum": [ "episodic", "semantic", "procedural", "emotional" ], "type": "string" } }, "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