Skip to main content
Glama

MemOS-MCP

by qinshu1109
utils.py242 B
import json def get_json_file_model_schema(json_path: str) -> str: """Retrieve the model schema from a JSON file.""" with open(json_path, encoding="utf-8") as f: data = json.load(f) return data.get("model_schema", None)

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/qinshu1109/memos-MCP'

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