Wanwu

v1.0.0Coding Agentsstable

China Unicom's Yuanjing Wanwu Agent Platform is an enterprise-grade, multi-tenant AI agent development platform. It helps users build applications such as intelligent agents, workflows, and rag, and also supports model management. The platform featur

agentagentic-aiagentic-frameworkaiai-agent
Share:
2,522
Stars
0
Downloads
0
Weekly
0/5

What is Wanwu?

Wanwu is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to china unicom's yuanjing wanwu agent platform is an enterprise-grade, multi-tenant ai agent development platform. it helps users build applications such as intelligent agents, workflows, and rag, and a...

China Unicom's Yuanjing Wanwu Agent Platform is an enterprise-grade, multi-tenant AI agent development platform. It helps users build applications such as intelligent agents, workflows, and rag, and also supports model management. The platform featur

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • China Unicom's Yuanjing Wanwu Agent Platform is an enterpris

Use Cases

Enterprise multi-tenant AI agent platform
Build agents, workflows, and RAG systems
UnicomAI

Maintainer

LicenseApache-2.0
Languagego
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx wanwu

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Wanwu

Wanwu (万物) is China Unicom's Yuanjing enterprise-grade, multi-tenant AI agent development platform that lets teams build intelligent agents, low-code workflows, and RAG-based knowledge bases from a visual interface. It integrates over 100 pre-selected MCP servers, supports more than a dozen document formats for retrieval-augmented generation, and provides a model hub for managing proprietary and open-source LLMs in one place. Enterprises use it to deploy customer-facing agents, automate internal workflows, and connect AI reasoning to CRM, ERP, and OA systems via its REST API without writing infrastructure code.

Prerequisites

  • Docker and Docker Compose installed on the host machine
  • Hardware: 8-16 CPU cores, 32 GB RAM, 200 GB storage minimum
  • An LLM with a context window of at least 32,000 tokens (e.g., Qwen, GPT-4, Claude)
  • Network access to download Docker images from the registry
1

Clone the repository

Clone the Wanwu source repository to obtain the Docker Compose configuration and environment template.

git clone https://github.com/UnicomAI/wanwu.git
cd wanwu
2

Configure environment variables

Copy the example environment file and edit the required variables for your deployment.

cp .env.example .env
3

Edit the .env file with your settings

Set your system architecture, external IP, and a strong random JWT signing key. The external IP can be 'localhost' for single-machine deployments.

# In .env:
WANWU_ARCH=amd64
WANWU_EXTERNAL_IP=localhost
WANWU_BFF_JWT_SIGNING_KEY=your-random-complex-string-here
4

Create the Docker network and start services

Create the required Docker network, then bring up all Wanwu services using Docker Compose.

docker network create wanwu-net
docker compose --env-file .env --env-file .env.image.amd64 up -d
5

Access the platform and change the default password

Open the Wanwu web UI, log in with the default credentials, and immediately change the admin password.

# Open in browser:
http://localhost:8081
# Default credentials:
# Username: admin
# Password: Wanwu123456
6

Add a model and create your first agent

Navigate to Model Hub, add your LLM provider API key, then go to Agent to create a new intelligent agent using the visual builder.

Wanwu Examples

Client configuration

To connect to Wanwu's MCP endpoint from an external MCP client, use the HTTP/SSE transport URL exposed by the platform.

{
  "mcpServers": {
    "wanwu": {
      "type": "sse",
      "url": "http://localhost:8081/mcp/sse"
    }
  }
}

Prompts to try

Example prompts to use once connected to a Wanwu agent.

- "Search our internal knowledge base for the Q3 product roadmap and summarize the key milestones."
- "Create a new workflow that sends a daily Slack summary of open support tickets."
- "Use the GraphRAG knowledge base to find all documents related to data privacy compliance."
- "List all available MCP tools and show me which ones relate to CRM integration."

Troubleshooting Wanwu

Docker Compose fails to start with network errors

Ensure the wanwu-net Docker network exists before starting ('docker network create wanwu-net'). If services still fail, check that required ports (8081, etc.) are not occupied by other processes.

LLM responses are truncated or the agent fails mid-task

Wanwu requires models with at least a 32,000-token context window for agentic tasks. Switch to a model that meets this requirement in the Model Hub settings.

RAG retrieval returns irrelevant results

Ensure documents have been fully indexed after upload (check the Knowledge Base status indicator). GraphRAG indexing can take several minutes for large document sets; wait for the status to show 'Ready' before querying.

Frequently Asked Questions about Wanwu

What is Wanwu?

Wanwu is a Model Context Protocol (MCP) server that china unicom's yuanjing wanwu agent platform is an enterprise-grade, multi-tenant ai agent development platform. it helps users build applications such as intelligent agents, workflows, and rag, and also supports model management. the platform featur It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Wanwu?

Follow the installation instructions on the Wanwu GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Wanwu?

Wanwu works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Wanwu free to use?

Yes, Wanwu is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "wanwu": { "command": "npx", "args": ["-y", "wanwu"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Wanwu?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides