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

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
View source on GitHub