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
[Unit]
Description=MemOS Intelligent Memory Management System
Documentation=https://github.com/MemTensor/MemOS
After=network.target
Wants=network.target
[Service]
Type=simple
User=qqinshu
Group=qqinshu
WorkingDirectory=/home/qqinshu/视频/MemOS
Environment=PATH=/home/qqinshu/视频/MemOS/memos_venv/bin:/usr/local/bin:/usr/bin:/bin
Environment=PYTHONPATH=/home/qqinshu/视频/MemOS
Environment=QDRANT_HOST=localhost
Environment=QDRANT_PORT=6335
Environment=MEMOS_DATA_DIR=/home/qqinshu/视频/MemOS/memos_data
# 使用虚拟环境中的Python启动守护进程
ExecStart=/home/qqinshu/视频/MemOS/memos_venv/bin/python /home/qqinshu/视频/MemOS/memos_daemon.py
# 启动前清理
ExecStartPre=/bin/bash -c 'find /home/qqinshu/视频/MemOS -name "*.lock" -delete 2>/dev/null || true'
ExecStartPre=/bin/bash -c 'find /home/qqinshu/视频/MemOS -name "memos.pid" -delete 2>/dev/null || true'
# 停止时优雅关闭
ExecStop=/bin/kill -TERM $MAINPID
TimeoutStopSec=30
KillMode=mixed
# 自动重启配置
Restart=always
RestartSec=10
StartLimitInterval=300
StartLimitBurst=5
# 资源限制(个人使用场景)
MemoryMax=2G
CPUQuota=200%
# 安全配置(基础级别)
NoNewPrivileges=true
PrivateTmp=true
ProtectSystem=strict
ProtectHome=false
ReadWritePaths=/home/qqinshu/视频/MemOS
# 日志配置
StandardOutput=journal
StandardError=journal
SyslogIdentifier=memos
[Install]
WantedBy=multi-user.target