Skip to main content
Glama

MemOS-MCP

by qinshu1109
Apache 2.0
3
  • Linux
  • Apple
simple_treekvcache_cube_config.json993 B
{ "user_id": "root", "cube_id": "root/mem_cube_kv_cache", "text_mem": {}, "act_mem": { "backend": "kv_cache", "config": { "memory_filename": "activation_memory.pickle", "extractor_llm": { "backend": "huggingface", "config": { "model_name_or_path": "Qwen/Qwen3-1.7B", "temperature": 0.8, "max_tokens": 1024, "top_p": 0.9, "top_k": 50, "add_generation_prompt": true, "remove_think_prefix": false } } } }, "para_mem": { "backend": "lora", "config": { "memory_filename": "parametric_memory.adapter", "extractor_llm": { "backend": "huggingface", "config": { "model_name_or_path": "Qwen/Qwen3-1.7B", "temperature": 0.8, "max_tokens": 1024, "top_p": 0.9, "top_k": 50, "add_generation_prompt": true, "remove_think_prefix": 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