MCP.so
登录
M

Memory Context Manager_v2

@Big0290

关于 Memory Context Manager_v2

🧠 Deep Project Analysis: Memory Context Manager v2

基本信息

分类

记忆与知识

传输方式

stdio

发布者

Big0290

提交者

B!G_Logical

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "memory-context-manager-v2": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "memory-context-manager-v2:latest",
        "python",
        "main.py"
      ],
      "env": {
        "MCP_LOG_LEVEL": "INFO",
        "OLLAMA_BASE_URL": "http://host.docker.internal:11434"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Memory Context Manager_v2?

Memory Context Manager_v2 is an MCP server featuring a Continuous Self-Evolution System that enables autonomous learning, performance improvement, and intelligent adaptation. It includes an Evolution Engine for background optimization and is monitored via a dedicated web UI built with RedwoodJS and Chakra UI.

How to use Memory Context Manager_v2?

To use Memory Context Manager_v2, run its MCP server instance and then access its web UI by cloning the UI repository, installing dependencies with yarn install, starting the development server with yarn rw dev, and navigating to http://localhost:8910. The UI provides real-time monitoring, evolution tracking, and system control.

Key features of Memory Context Manager_v2

  • Continuous Self-Evolution System for autonomous improvement
  • Real-time system health monitoring with progress bars
  • Evolution Engine with scheduled tasks and learning sources
  • Dashboard with quick actions and activity feed
  • RESTful API endpoints for backend communication

Use cases of Memory Context Manager_v2

  • Monitoring autonomous AI system health and performance
  • Tracking continuous self-improvement and learning progress
  • Managing scheduled evolution tasks and documentation ingestion

FAQ from Memory Context Manager_v2

How do I run the Memory Context Manager_v2 UI?

Clone the repository, run yarn install, then yarn rw dev, and open http://localhost:8910 in your browser.

What are the prerequisites for using Memory Context Manager_v2?

Node.js 18+, Yarn package manager, and a running instance of the Memory Context Manager v2 MCP server.

Where does system data live?

The README does not specify data storage details; it only describes real-time monitoring and RESTful communication with the MCP server.

What transport or communication does the UI use with the server?

The UI communicates with the MCP server via RESTful API endpoints, as stated in the architecture section.

Does Memory Context Manager_v2 require authentication?

The README does not mention authentication; it only describes a dashboard interface without user management features.

评论

记忆与知识 分类下的更多 MCP 服务器