Back to Apps

Weave
by liaotxcn
High-performance AI application development platform with deep integration of LLM, AIChat, RAG, and Agents.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Weave is a comprehensive application development platform built with Golang that connects AI capabilities directly to system workflows. It allows developers to weave together Large Language Models (LLMs), intelligent chat systems, and Retrieval-Augmented Generation (RAG) into stable, scalable applications using a microkernel architecture.
Tools
- Agent Framework: Facilitates tool calling, task planning, and complex workflow automation.
- RAG System: Provides high-performance vector search via RedisSearch for accurate context retrieval.
- AIChat Services: Manages multi-model streaming responses, context optimization, and conversation history.
- Plugin Manager: Allows hot-plugging of new functional modules without system restarts.
Installation
To install Weave as an MCP server, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"weave": {
"command": "docker",
"args": ["run", "-i", "--rm", "liaotxcn/weave"]
}
}
}
Supported hosts
- claude
Quick install
docker-compose up -dInformation
- Pricing
- free
- Published
- 6/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json using docker run liaotxcn/weave





