Skip to main content
Glama

Mnemex

read_graph

Retrieve the complete knowledge graph structure including memories, their relationships, decay scores, and statistical overview to analyze stored information and connections.

Instructions

Read the entire knowledge graph of memories and relations. Returns the complete graph structure including all memories (with decay scores), all relations between memories, and statistics about the graph. Args: status: Filter memories by status - "active", "promoted", "archived", or "all". include_scores: Include decay scores and age in results. limit: Maximum number of memories to return. Returns: Complete knowledge graph with memories, relations, and statistics.

Input Schema

NameRequiredDescriptionDefault
include_scoresNo
limitNo
statusNoactive

Input Schema (JSON Schema)

{ "properties": { "include_scores": { "default": true, "title": "Include Scores", "type": "boolean" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "status": { "default": "active", "title": "Status", "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/simplemindedbot/mnemex'

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