Install
$ agentstack add mcp-moyangzhan-langchain4j-aideepin ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Getting Started
> [🇨🇳 中文文档](README.zh-CN.md) | English
LangChain4j-AIDeepin — AI application platform.
Integrates AI chat, knowledge base (RAG), workflow orchestration, long/short-term memory, MCP tools, and more — for rapidly building intelligent business assistants.
Demo: http://www.aideepin.com
Repository Structure
| Directory | Description | Docs | |:----------|:------------|:-----| | server/ | Backend service (Spring Boot + langchain4j + langgraph4j) | [README](server/README.md) | | admin-web/ | Admin dashboard (Vue 3 + Naive UI) | [README](admin-web/README.md) | | user-web/ | User-facing web app (Vue 3 + Naive UI) | [README](user-web/README.md) |
Quick Start
See [Development Guide](docs/en/index.md) for secondary development. For deployment, see [docker/README.md](docker/README.md) or each sub-project's README.
Features
| Feature | Description | |:--------|:------------| | AI Chat | Multi-character (multi-conversation) with configurable prompts, models, and parameters. Streaming output | | Image Generation | Text-to-image and image editing. Supports GPT-Image-2, DashScope Wanx, and more | | Knowledge Base (RAG) | Supports both vector search and knowledge graph retrieval | | AI Workflow | Visual editor with conditional branching, parallel execution, and built-in nodes for LLM calls, knowledge base queries, human feedback, and more | | MCP Service Marketplace | Integrate MCP services to extend AI with external tools and data sources | | ASR & TTS | Flexible text/voice input and output combinations (text⇄text, text⇄voice, voice⇄text, voice⇄voice), with selectable AI voice tones | | Short & Long-term Memory | Automatically extracts and stores key information from conversations for personalized responses based on historical context | | Storage | Local file storage, Alibaba Cloud OSS integration | | Open API | RESTful API for Characters, Knowledge Bases, and Workflows — generate API keys and integrate with external systems. Supports streaming and blocking response modes |
Integrated Platform Features
| Model Platform | Chat | Image Generation | Image Recognition | Text-to-Speech | Speech Recognition | |:---------------|:----:|:----------------:|:-----------------:|:--------------:|:------------------:| | OpenAI | ✓ | ✓ | ✓ | ✓ | ✓ | | Qwen | ✓ | ✓ | ✓ | ✓ | ✓ | | SiliconFlow | ✓ | ✓ | ✓ | ✓ | ✓ | | Ollama | ✓ | | | | | | DeepSeek | ✓ | | | | |
Screenshots
AI Chat Image Generation
Knowledge Base Workflow
⭐ Support the Project
If you find LangChain4j-AIDeepin useful, please consider:
- Starring the repository on GitHub
- Recommending it to others
- Sharing your experience
❤️ Thanks to
Contributors
Infrastructure Sponsor:
Recommended Projects
Mango Finder — A local-first desktop app for semantic search across documents, images, and audio files using natural language, with cross-device search support. It helps you find information based on what you remember, not file names or folder structures.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: moyangzhan
- Source: moyangzhan/langchain4j-aideepin
- License: MIT
- Homepage: http://www.aideepin.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.