MCP Catalogs
Homewanaku screenshot

wanaku

by wanaku-ai·112·Score 47

Wanaku MCP Router is a Java-based gateway that connects and routes MCP servers with extensive connectivity options.

developer-toolsops-infraai-llm
38
Forks
52
Open issues
this month
Last commit
2d ago
Indexed

Overview

Wanaku is a comprehensive MCP router designed to unify and manage AI applications through the Model Context Protocol. It serves as a central gateway that can bridge multiple MCP servers, leveraging over 300 Apache Camel components for integration. The platform supports secure authentication via Keycloak, Kubernetes-native deployments, and extensible architecture for custom tools and resources. Its multi-namespace capability allows for organized isolation of tools and resources across different contexts.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Centralized management of multiple MCP servers in enterprise environments
you:Creating secure bridges between isolated AI applications and services
you:Extending AI capabilities with custom tools using Apache Camel components
you:What is the difference between Wanaku and a standard MCP server?
you:Does Wanaku require authentication to run?

When to choose this

Choose Wanaku when you need to manage multiple MCP servers in enterprise environments, require secure routing with authentication, and need Kubernetes-native deployment.

When NOT to choose this

Don't choose Wanaku if you need a simple MCP server for basic tool integration or if you're looking for a lightweight solution with minimal dependencies.

Comparable tools

mcp-routernexus-mcpcamel-mcpenterprise-mcp-gateway

Installation

Installation

Using JBang (requires Java 21+)

jbang app install wanaku@wanaku-ai/wanaku

Using Binary Download

  1. Download the latest binary from [GitHub Releases](https://github.com/wanaku-ai/wanaku/releases)
  2. Make the binary executable: chmod +x wanaku
  3. Add to PATH: sudo mv wanaku /usr/local/bin/

Basic Usage

# Authenticate with Wanaku router
wanaku auth login --url http://localhost:8080

# List available tools
wanaku tools list

# Add a new tool
wanaku tools add --uri http://example.com/api --service http

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "wanaku": {
      "command": "wanaku",
      "args": ["server"]
    }
  }
}

FAQ

What is the difference between Wanaku and a standard MCP server?
Wanaku acts as a router or gateway for MCP servers, providing centralized management and bridging capabilities rather than exposing tools directly.
Does Wanaku require authentication to run?
No, authentication via Keycloak is optional. Wanaku can run without authentication but is designed to be secure by default.

Compare wanaku with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.