Other Tools and Integrations Java ★ 117

wanaku-ai/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.

Add to Claude Desktop config.json

{
  "mcpServers": {
    "wanaku-ai-wanaku": {
      "command": "node",
      "args": [
        "~/.mcp/wanaku/index.js"
      ]
    }
  }
}

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.

Similar MCP servers

More in Other Tools and Integrations →