Back to directory
kerolia98/mcp-sample

kerolia98/mcp-sample

@KerolIA98

MCP服务器模板,集成Mem0为AI代理提供长期记忆能力

mcpmemorymem0long-term-memorycontexttemplatepythonai

Installation & Configuration

{
  "mcpServers": {
    "mem0": {
      "command": "uv",
      "args": [
        "run",
        "src/main.py"
      ],
      "env": {
        "TRANSPORT": "stdio",
        "LLM_PROVIDER": "openai",
        "LLM_BASE_URL": "https://api.openai.com/v1",
        "LLM_API_KEY": "YOUR-API-KEY",
        "LLM_CHOICE": "gpt-4o-mini",
        "EMBEDDING_MODEL_CHOICE": "text-embedding-3-small",
        "DATABASE_URL": "YOUR-DATABASE-URL"
      }
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2026/6/13
Updated
2026/6/13