by wanaku-ai
Wanaku MCP Router
# Add to your Claude Code skills
git clone https://github.com/wanaku-ai/wanakuThe 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.
Note: Java 21 or later is required to run Wanaku.
# 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
# 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.
For most users, the Wanaku Documentation website is the recommended starting point. It covers installation, configuration, and usage for stable releases.
The documentation below is intended for developers working on the project and may reference unreleased features or in-progress changes:
No comments yet. Be the first to share your thoughts!