Get the FREE Ultimate OpenClaw Setup Guide →

langchain4j-aideepin

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

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio moyangzhan-langchain4j-aideepin docker run -d --name=aideepin -p 8888:9999 -e APP_PROFILE=[dev|prod] -v /data/aideepin/logs:/data/logs aideepin:0.0.1

How to use

LangChain4j-AIDeepin is a backend service that provides a comprehensive AI-assisted workflow platform with multi-session interactions, image generation, knowledge retrieval (RAG with vector search and graph search), AI-powered web search workflows, and speech capabilities (ASR & TTS). The MCP server arrangement shown here runs the service in Docker, exposing the API gateway on port 8888 of the host (mapped to port 9999 inside the container). Once started, you can access the server APIs at http://localhost:8888. Use the platform through its management interfaces and the various endpoints exposed by the backend to manage model providers, perform vector or graph searches, and orchestrate AI workflows. The system integrates multiple model providers and enables configuring models, embeddings, and search indexes, enabling seamless AI-assisted collaboration and knowledge work.

How to install

Prerequisites:

  • Docker installed on your host
  • Basic familiarity with containerized services

Installation steps:

  1. Ensure Docker is running on your machine.

  2. Pull the image (as defined in the README execution):

    docker build . -t aideepin:0.0.1

  3. Run the container with appropriate environment and volume mappings:

    docker run -d --name=aideepin -p 8888:9999 -e APP_PROFILE=[dev|prod] -v "/data/aideepin/logs:/data/logs" aideepin:0.0.1

  4. Verify the service is healthy by checking logs or hitting the API endpoint:

    curl -sS http://localhost:8888/health || echo "check logs via docker logs aideepin"

Notes:

  • If you prefer building locally, you can clone the repository, build with Maven as described in the project, package the jar, and run the jar directly. The README provides jar run commands for non-Docker deployment.

Additional notes

Tips and common issues:

  • Ensure the host directory /data/aideepin/logs exists or is writable by Docker to avoid log-write failures.
  • The APP_PROFILE env var controls the active Spring profile; set it to dev or prod as appropriate.
  • If you modify configuration, restart the container to pick up changes.
  • When using the docker approach, ensure port 8888 on the host is available and not blocked by a firewall.
  • For resource-heavy operations (e.g., large language models, vector databases, or image generation), allocate sufficient CPU/memory to the container and adjust Java memory usage if running outside Docker.
  • The deployment supports integrating multiple model platforms and has a guided setup in the project wiki; refer to the detailed steps there for configuring model providers, vector databases, and search indexes.

Related MCP Servers

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 时代企业的香饽饽,给你的简历和求职大幅增加竞争力。

Mantic.sh

540

A structural code search engine for Al agents.

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 全栈开发人才。

RelaMind

193

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

AgentNexus

113

Multi-Agent,MCP,RAG,SpringAI1.0.0,RE-ACT

Sponsor this space

Reach thousands of developers