https://github.com/wanaku-ai/wanaku
Wanaku MCP Router
https://github.com/wanaku-ai/wanaku
agentic agentic-ai agents artificial-intelligence mcp mcp-server
Last synced: 4 months ago
JSON representation
Wanaku MCP Router
- Host: GitHub
- URL: https://github.com/wanaku-ai/wanaku
- Owner: wanaku-ai
- License: apache-2.0
- Created: 2025-02-01T13:12:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T11:12:14.000Z (over 1 year ago)
- Last Synced: 2025-04-08T12:25:18.021Z (over 1 year ago)
- Topics: agentic, agentic-ai, agents, artificial-intelligence, mcp, mcp-server
- Language: Java
- Homepage: https://wanaku.ai
- Size: 1.36 MB
- Stars: 56
- Watchers: 0
- Forks: 16
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp - wanaku-ai/wanaku
- best-of-mcp-servers - GitHub - 12% open · ⏱️ 30.06.2026) (Other Tools and Integrations)
- awesome-mcp-servers - wanaku - A SSE-based MCP router providing an extensible routing engine for integrating enterprise systems with AI agents using MCP. ([Read more](/details/wanaku.md)) `sse` `middleware` `routing` `enterprise` `mcp` (MCP Middleware & Orchestration)
- awesome-mcp-zh - wanaku-ai/wanaku
- awesome-mcp-servers - wanaku-ai/wanaku - ☁️ 🏠 Wanaku MCP Router یک سرور MCP مبتنی بر SSE است که یک موتور مسیریابی قابل توسعه را فراهم میکند که به شما امکان میدهد سیستمهای سازمانی خود را با عاملهای هوش مصنوعی یکپارچه کنید. (پیادهسازیهای سرور / 🛠️ <a name="other-tools-and-integrations"></a>سایر ابزارها و یکپارچهسازیها)
- metorial-index - Wanaku MCP Router - Connects AI applications to various data sources and tools using standardized context for large language models (LLMs). Enables seamless integration and interaction management for AI-enabled applications. (Cloud Services)
- awesome-java - Wanaku
- awesome-mcp-servers - **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. `http` `ai` `git` `github` (📦 Other)
- awesome-mcp-servers - Wanaku MCP Router - Routes AI application context using the Model Context Protocol (MCP) (Table of Contents / AI Services)
README
# Wanaku - A MCP Router that connects everything
[](LICENSE)
[](https://github.com/wanaku-ai/wanaku/actions)
[](https://github.com/wanaku-ai/wanaku/releases)
The Wanaku MCP Router is a router for AI-enabled applications powered by the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/).
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](https://en.wikipedia.org/wiki/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 300+ Apache Camel components for integration
- **Secure by Default** - Built-in authentication and authorization via Keycloak
- **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
[](https://www.youtube.com/watch?v=-fuNAo2j4SA)
### Wanaku CLI Installation
> **Note:** Java 21 or later is required to run Wanaku.
```shell
# Install via JBang (requires Java 21+)
jbang app install wanaku@wanaku-ai/wanaku
# Or download the latest binary from releases
# https://github.com/wanaku-ai/wanaku/releases
```
### Basic Usage
```shell
# Authenticate with your 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
# List available resources
wanaku resources list
```
For complete installation and configuration instructions, see the [Usage Guide](docs/usage.md).
## Documentation
- **[Usage Guide](docs/usage.md)** - Installation, deployment, and CLI usage
- **[Architecture](docs/architecture.md)** - System architecture and components
- **[Building](docs/building.md)** - Build and package the project
- **[Contributing](CONTRIBUTING.md)** - Contribution guidelines
- **[Configuration](docs/configurations.md)** - Configuration reference
- **[Security](SECURITY.md)** - Security policy and best practices
## Community
- [GitHub Issues](https://github.com/wanaku-ai/wanaku/issues) - Bug reports and feature requests
- [Discussions](https://github.com/wanaku-ai/wanaku/discussions) - Ask questions and share ideas
- [Examples](https://github.com/wanaku-ai/wanaku-examples) - Example capabilities and integrations
## License
This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.