Back to Apps

Morign
by liut
AI chat backend with knowledge base RAG, built-in MCP tool support, and OAuth authentication.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Morign is a high-performance AI chat backend written in Go. it integrates a vector-based knowledge base (RAG) using PostgreSQL and pgvector, allowing AI to answer questions based on imported CSV documents. It acts as a gateway for MCP tools and supports multi-channel delivery via WeCom and Feishu.
Tools
kb_search: Searches the internal knowledge base for specific subjects.kb_create: Adds new documents to the knowledge base.fetch: Extracts markdown content from internet URLs.memory_store/recall/forget: Manages long-term user-specific memory.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"morign": {
"command": "./morign",
"args": ["server"]
}
}
}
Supported hosts
Confirmed for Claude Desktop and potentially other MCP-compatible clients via HTTP/SSE.
Quick install
make deps && forego startInformation
- Pricing
- free
- Published
- 7/4/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"morign": {
"command": "./morign",
"args": ["server"]
}
}
}





