Back to MCP Servers

Wanaku

☁️ 🏠 The Wanaku MCP Router is a SSE-based MCP server that provides an extensible routing engine that allows integrating your enterprise systems with AI agents.

other-tools-and-integrationsaiagent
By wanaku-ai
12044Updated 2 days agoJavaApache-2.0

Installation

npx -y wanaku

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes

Wanaku - A MCP Router that connects everything

License Build Release

The Wanaku MCP Router is a router for AI-enabled applications powered by the Model Context Protocol (MCP).

This protocol is an open protocol that standardizes how applications provide context to LLMs.

The project name comes from the origins of the word Guanaco, a camelid native to South America.

Key Features

  • Unified Access - Centralized routing and resource management for AI agents
  • MCP-to-MCP Bridge - Act as a gateway or proxy for other MCP servers
  • Extensive Connectivity - Leverage 400+ Apache Camel components for integration
  • Secure by Default - Built-in authentication and authorization via Keycloak (optional — can run without auth)
  • Kubernetes-Native - First-class support for OpenShift and Kubernetes deployments
  • Extensible Architecture - Easy to add custom tools and resource providers
  • Multi-Namespace Support - Organize tools and resources across isolated namespaces

Quick Start

Getting started is a single command. Download the CLI from releases page, unpack, and then just run:

wanaku start local

Access http://localhost:8080 to enter the dashboard:

Wanaku Dashboard

Learn Wanaku

The easiest way to learn Wanaku is by following the guided tutorial.

Basic Usage

The reference documentation, including the complete installation and configuration instructions, is available on the usage guide.

Documentation

The Wanaku Documentation website contains additional documentation, covering several of components that are part of the project - some of which are hosted in different repositories (i.e.: such as the Camel Integration Capability, the Java SDK, etc.).

Community

Contributors working on the project may want to refer to the development version of the documentation including

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

View source on GitHub