Nuwax

v1.0.0Coding Agentsstable

Nuwax Agent OS - The world's first universal agent operating system, building your private vertical general-purpose agent. 通用智能体操作系统,打造你私有的垂类通用智能体。新一代AI应用设计、开发、实践平台,无需代码,轻松创建,适合各类人群,支持多种端发布及API,提供完善的工作流、插件以及应用开发能力,RAG知识库与数据表存储能力,MCP接入以及开放能力。

a2aagentagent-osagent-sandboxagentic
Share:
771
Stars
0
Downloads
0
Weekly
0/5

What is Nuwax?

Nuwax is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to nuwax agent os - the world's first universal agent operating system, building your private vertical general-purpose agent. 通用智能体操作系统,打造你私有的垂类通用智能体。新一代ai应用设计、开发、实践平台,无需代码,轻松创建,适合各类人群,支持多种端发布及api,提供完善的工...

Nuwax Agent OS - The world's first universal agent operating system, building your private vertical general-purpose agent. 通用智能体操作系统,打造你私有的垂类通用智能体。新一代AI应用设计、开发、实践平台,无需代码,轻松创建,适合各类人群,支持多种端发布及API,提供完善的工作流、插件以及应用开发能力,RAG知识库与数据表存储能力,MCP接入以及开放能力。

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

Features

  • Nuwax Agent OS - The world's first universal agent operating

Use Cases

Nuwax Agent OS - The world's first universal agent operating system, building yo
nuwax-ai

Maintainer

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

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx nuwax

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 Nuwax

Nuwax Agent OS is a universal agent operating system that lets you design, deploy, and manage private vertical AI agents without writing code. It provides a full-stack platform covering workflow automation, a plugin ecosystem, RAG knowledge bases, data table storage, MCP integration, and multi-channel publishing via web, mobile, and API endpoints. Teams and individuals use it to build purpose-specific AI agents — customer support bots, internal knowledge assistants, or automated pipelines — and operate them entirely from a visual interface. The platform runs as a self-hosted Docker deployment on Linux or macOS.

Prerequisites

  • Linux (Ubuntu 22.04 LTS+) or macOS 10.15+ with at least 4 CPU cores and 8 GB RAM
  • Docker Engine and Docker Compose V2 installed
  • The nuwax-cli command-line tool downloaded from nuwax.com
  • An MCP-capable client such as Claude Desktop for connecting to Nuwax agents
1

Install Docker

Nuwax runs as a Docker Compose stack. Install Docker Engine and Compose V2 on your host. On Linux, Nuwax provides a community one-click script that supports 13 distributions and auto-selects the fastest mirror.

bash <(wget -qO- https://xuanyuan.cloud/docker.sh)
docker --version
docker compose version
2

Download nuwax-cli

The nuwax-cli tool manages the lifecycle of the Nuwax platform. Download the binary for your platform from https://nuwax.com/deploy.html and make it executable.

chmod +x ./nuwax-cli
3

Start the Nuwax platform

Use nuwax-cli to pull and start all required Docker services. On the first run this downloads container images and initialises the database.

./nuwax-cli docker-service start
4

Verify service status

Check that all services are running before opening the web interface.

./nuwax-cli docker-service status
5

Access the Nuwax console and create an agent

Open your browser to http://localhost (or the configured host) to reach the Nuwax console. Use the no-code visual editor to create a workflow, attach knowledge bases, and configure an MCP-compatible endpoint for your agent.

6

Connect via MCP client

Once an agent is published with an MCP-compatible endpoint in Nuwax, configure your MCP client to point to that endpoint. Add the Nuwax MCP server entry to your client config.

{
  "mcpServers": {
    "nuwax": {
      "command": "npx",
      "args": ["nuwax"]
    }
  }
}

Nuwax Examples

Client configuration

Minimal claude_desktop_config.json entry to connect an MCP client to the Nuwax agent OS gateway.

{
  "mcpServers": {
    "nuwax": {
      "command": "npx",
      "args": ["nuwax"]
    }
  }
}

Prompts to try

After connecting your MCP client to a Nuwax agent, use natural language to interact with configured workflows and knowledge bases.

- "Search my knowledge base for our refund policy"
- "Trigger the onboarding workflow for a new user named Alice"
- "List all active agents in my Nuwax workspace"
- "What plugins are available in my Nuwax instance?"

Troubleshooting Nuwax

Docker services fail to start with 'port already in use'

Another process is occupying port 80 or 3306. Stop conflicting services (e.g. `sudo systemctl stop apache2`) or edit the Nuwax docker-compose.yml to use alternate ports, then run `./nuwax-cli docker-service start` again.

nuwax-cli reports 'update available' and refuses to start

Run `./nuwax-cli check-update install` followed by `./nuwax-cli auto-upgrade-deploy run` to apply the latest version, then start the services again.

MCP client cannot reach the Nuwax endpoint

Confirm the Nuwax platform is running with `./nuwax-cli docker-service status`. If running behind a firewall, ensure the MCP port is open. On macOS with Docker Desktop, use `host.docker.internal` instead of `localhost` in the endpoint URL.

Frequently Asked Questions about Nuwax

What is Nuwax?

Nuwax is a Model Context Protocol (MCP) server that nuwax agent os - the world's first universal agent operating system, building your private vertical general-purpose agent. 通用智能体操作系统,打造你私有的垂类通用智能体。新一代ai应用设计、开发、实践平台,无需代码,轻松创建,适合各类人群,支持多种端发布及api,提供完善的工作流、插件以及应用开发能力,rag知识库与数据表存储能力,mcp接入以及开放能力。 It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Nuwax?

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

Which AI clients work with Nuwax?

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

Is Nuwax free to use?

Yes, Nuwax 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": { "nuwax": { "command": "npx", "args": ["-y", "nuwax"] } } }

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

Read the full setup guide →

Ready to use Nuwax?

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