Get the FREE Ultimate OpenClaw Setup Guide →

RelaMind

基于 AI 的个人成长轨迹分析系统,通过记录生活、回顾历史、分析模式帮助用户更好地理解自己,实现持续成长。包含智能路由、RAG 检索、自主任务智能体等功能。

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio el-12stu-relamind docker run -i ghcr.io/your-username/RelaMind/backend:latest \
  --env GITHUB_REPO="RelaMind" \
  --env GITHUB_USER="your-github-username" \
  --env DASHSCOPE_API_KEY="your-dashscope-api-key" \
  --env POSTGRES_PASSWORD="your-postgres-password" \
  --env CASSANDRA_PASSWORD="your-cassandra-password"

How to use

RelaMind is an AI-powered personal growth assistant built with Java and Spring Boot. It provides smart routing for conversations, a growth diary with semantic storage, and Manus, an advanced task assistant that orchestrates multiple tools to gather information, process data, and generate outputs such as documents or PDFs. This MCP server exposes endpoints for initiating intelligent conversations, saving and querying diary entries, and triggering Manus-driven multi-step workflows. You can leverage RAG-style historical queries, tool calling (web search, file operations, PDF generation, etc.), and sensitive word filtering to ensure safe interactions. To use it, deploy the Docker image (as described in the installation guide), then call the backend API endpoints to start a chat, create diary entries, or request Manus to plan and execute complex tasks. The system is designed to stream responses where supported, and to present tool operation details while hiding lower-level implementation details.

How to install

Prerequisites:\n- Docker and Docker Compose installed on your machine.\n- Access to a PostgreSQL instance with PgVector support and optional Cassandra for memory storage.\n- A valid API key for the AI model provider you plan to use.\n\nInstall steps (Docker deployment, recommended):\n1) Clone or download the RelaMind repository.\n2) Prepare environment variables by creating a .env file or using the provided example.\n3) Start the stack with Docker Compose (as described below).\n\nDocker-based deployment (recommended):\nbash\ngit clone https://github.com/your-username/RelaMind.git\ncd RelaMind\n# Create and edit environment variables in a .env file or set them directly in your shell\n\n# Start all services using the pre-built image (from README)\ndocker-compose up -d\n\n# Verify services\ndocker-compose ps\ndocker-compose logs -f backend\n\n\nIf you prefer building locally, you can use the docker-compose setup with --build to create images from a local Dockerfile. Ensure you configure the required environment variables (DASHSCOPE_API_KEY, GITHUB_USER, GITHUB_REPO, POSTGRES_PASSWORD, CASSANDRA_PASSWORD) before starting.\n

Additional notes

Tips and common considerations:\n- Ensure your AI model API key is valid and accessible from the container.\n- PgVector must be available in PostgreSQL for RAG functionality; verify your database configuration and connection strings.\n- If using Cassandra for memory, make sure the cluster is reachable and credentials are correct.\n- For production, consider securing environment variables and rotating credentials regularly.\n- The README describes two deployment modes: a pre-built image workflow (simplest) and a local build workflow. Choose the one that matches your development or production needs.\n- If you encounter streaming issues, verify that the SSE setup in the frontend and backend is properly configured and that network policies allow server-sent events.\n

Related MCP Servers

AstrBot

18.5k

Agentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

ruoyi-ai

4.8k

RuoYi AI 是一个全栈式 AI 开发平台,旨在帮助开发者快速构建和部署个性化的 AI 应用。

yu-ai-agent

1.7k

编程导航 2025 年 AI 开发实战新项目,基于 Spring Boot 3 + Java 21 + Spring AI 构建 AI 恋爱大师应用和 ReAct 模式自主规划智能体YuManus,覆盖 AI 大模型接入、Spring AI 核心特性、Prompt 工程和优化、RAG 检索增强、向量数据库、Tool Calling 工具调用、MCP 模型上下文协议、AI Agent 开发(Manas Java 实现)、Cursor AI 工具等核心知识。用一套教程将程序员必知必会的 AI 技术一网打尽,帮你成为 AI 时代企业的香饽饽,给你的简历和求职大幅增加竞争力。

langchain4j-aideepin

1.2k

基于AI的工作效率提升工具(聊天、绘画、知识库、工作流、 MCP服务市场、语音输入输出、长期记忆) | Ai-based productivity tools (Chat,Draw,RAG,Workflow,MCP marketplace, ASR,TTS, Long-term memory etc)

ai-code-helper

489

2025 年 AI 编程助手实战项目(作者:程序员鱼皮),基于 Spring Boot 3.5 + Java 21 + LangChain4j + AI 构建智能编程学习与求职辅导机器人,覆盖 AI 大模型接入、LangChain4j 核心特性、流式对话、Prompt 工程、RAG 检索增强、向量数据库、Tool Calling 工具调用、MCP 模型上下文协议、Web 爬虫、安全防护、Vue.js 前端开发、SSE 服务端推送等企业级 AI 应用开发技术。帮助开发者掌握 AI 时代必备技能,熟悉 LangChain 框架,提升编程学习效率和求职竞争力,成为企业需要的 AI 全栈开发人才。

deepcontext

266

DeepContext is an MCP server that adds symbol-aware semantic search to Claude Code, Codex CLI, and other agents for faster, smarter context on large codebases.

Sponsor this space

Reach thousands of developers