{"id":26641164,"url":"https://github.com/wanaku-ai/wanaku","last_synced_at":"2026-03-01T18:04:23.611Z","repository":{"id":276003358,"uuid":"925674818","full_name":"wanaku-ai/wanaku","owner":"wanaku-ai","description":"Wanaku MCP Router","archived":false,"fork":false,"pushed_at":"2025-04-08T11:12:14.000Z","size":1421,"stargazers_count":56,"open_issues_count":39,"forks_count":16,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-08T12:25:18.021Z","etag":null,"topics":["agentic","agentic-ai","agents","artificial-intelligence","mcp","mcp-server"],"latest_commit_sha":null,"homepage":"https://wanaku.ai","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wanaku-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-01T13:12:59.000Z","updated_at":"2025-04-08T10:13:06.000Z","dependencies_parsed_at":"2025-02-05T19:31:40.149Z","dependency_job_id":"24895900-0f0a-4496-ba47-90dc83c384fb","html_url":"https://github.com/wanaku-ai/wanaku","commit_stats":null,"previous_names":["megacamelus/wanaku","wanaku-ai/wanaku"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanaku-ai%2Fwanaku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanaku-ai%2Fwanaku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanaku-ai%2Fwanaku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanaku-ai%2Fwanaku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wanaku-ai","download_url":"https://codeload.github.com/wanaku-ai/wanaku/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247941692,"owners_count":21022038,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic","agentic-ai","agents","artificial-intelligence","mcp","mcp-server"],"created_at":"2025-03-24T18:19:58.944Z","updated_at":"2026-02-16T14:14:33.168Z","avatar_url":"https://github.com/wanaku-ai.png","language":"Java","funding_links":[],"categories":["Aggregators \u0026 Gateways","Other Tools and Integrations","MCP Middleware \u0026 Orchestration","MCP 服务器精选列表","پیاده‌سازی‌های سرور","Cloud Services","人工智能","📦 Other","Table of Contents","Server Implementations"],"sub_categories":["Aggregators","🛠️ 其他实用工具与集成","🛠️ \u003ca name=\"other-tools-and-integrations\"\u003e\u003c/a\u003eسایر ابزارها و یکپارچه‌سازی‌ها","AI Services","🛠️ \u003ca name=\"other-tools-and-integrations\"\u003e\u003c/a\u003eOther Tools and Integrations"],"readme":"# Wanaku - A MCP Router that connects everything\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)\n[![Build](https://img.shields.io/github/actions/workflow/status/wanaku-ai/wanaku/build.yml?branch=main)](https://github.com/wanaku-ai/wanaku/actions)\n[![Release](https://img.shields.io/github/v/release/wanaku-ai/wanaku)](https://github.com/wanaku-ai/wanaku/releases)\n\nThe Wanaku MCP Router is a router for AI-enabled applications powered by the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/).\n\nThis protocol is an open protocol that standardizes how applications provide context to LLMs.\n\nThe project name comes from the origins of the word [Guanaco](https://en.wikipedia.org/wiki/Guanaco), a camelid native to\nSouth America.\n\n## Key Features\n\n- **Unified Access** - Centralized routing and resource management for AI agents\n- **MCP-to-MCP Bridge** - Act as a gateway or proxy for other MCP servers\n- **Extensive Connectivity** - Leverage 300+ Apache Camel components for integration\n- **Secure by Default** - Built-in authentication and authorization via Keycloak\n- **Kubernetes-Native** - First-class support for OpenShift and Kubernetes deployments\n- **Extensible Architecture** - Easy to add custom tools and resource providers\n- **Multi-Namespace Support** - Organize tools and resources across isolated namespaces\n\n## Quick Start\n\n[![Getting Started With Wanaku](https://img.youtube.com/vi/-fuNAo2j4SA/0.jpg)](https://www.youtube.com/watch?v=-fuNAo2j4SA)\n\n### Wanaku CLI Installation\n\n\u003e **Note:** Java 21 or later is required to run Wanaku.\n\n```shell\n# Install via JBang (requires Java 21+)\njbang app install wanaku@wanaku-ai/wanaku\n\n# Or download the latest binary from releases\n# https://github.com/wanaku-ai/wanaku/releases\n```\n\n### Basic Usage\n\n```shell\n# Authenticate with your Wanaku router\nwanaku auth login --url http://localhost:8080\n\n# List available tools\nwanaku tools list\n\n# Add a new tool\nwanaku tools add --uri http://example.com/api --service http\n\n# List available resources\nwanaku resources list\n```\n\nFor complete installation and configuration instructions, see the [Usage Guide](docs/usage.md).\n\n## Documentation\n\n- **[Usage Guide](docs/usage.md)** - Installation, deployment, and CLI usage\n- **[Architecture](docs/architecture.md)** - System architecture and components\n- **[Building](docs/building.md)** - Build and package the project\n- **[Contributing](CONTRIBUTING.md)** - Contribution guidelines\n- **[Configuration](docs/configurations.md)** - Configuration reference\n- **[Security](SECURITY.md)** - Security policy and best practices\n\n## Community\n\n- [GitHub Issues](https://github.com/wanaku-ai/wanaku/issues) - Bug reports and feature requests\n- [Discussions](https://github.com/wanaku-ai/wanaku/discussions) - Ask questions and share ideas\n- [Examples](https://github.com/wanaku-ai/wanaku-examples) - Example capabilities and integrations\n\n## License\n\nThis project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwanaku-ai%2Fwanaku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwanaku-ai%2Fwanaku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwanaku-ai%2Fwanaku/lists"}