Skip to main content
Glama

Mnemosyne MCP

by sophia-labs

list_graphs

Retrieve all accessible knowledge graphs from the Mnemosyne MCP server, with options to include statistics and metadata for comprehensive graph management.

Instructions

List all graphs accessible to the user via API server. Args: include_stats: Include graph statistics include_metadata: Include graph metadata Returns: JSON string with graph list

Input Schema

NameRequiredDescriptionDefault
include_statsNo
include_metadataNo

Input Schema (JSON Schema)

{ "properties": { "include_metadata": { "default": true, "title": "Include Metadata", "type": "boolean" }, "include_stats": { "default": true, "title": "Include Stats", "type": "boolean" } }, "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/sophia-labs/mnemosyne-mcp'

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