Skip to main content
Glama

MemOS-MCP

by qinshu1109
Apache 2.0
3
  • Linux
  • Apple
test_settings.py311 B
from memos.settings import ( DEBUG, MEMOS_DIR, ) def test_memos_dir(): """Test if the MEMOS_DIR is created correctly.""" assert MEMOS_DIR.is_dir() assert MEMOS_DIR.name == ".memos" def test_debug(): """Test if the DEBUG setting is set correctly.""" assert DEBUG in [True, False]

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