Back to MCP directory
publicPublicdnsLocal runtime

wanaku

Wanaku MCP路由器是一款专为支持人工智能应用设计的路由器,其核心基于模型上下文协议(MCP),旨在标准化应用程序如何向大型语言模型(LLMs)提供上下文。该项目名称源自南美洲特有的原驼。Wanaku提供了详细的使用指南、构建指南和贡献指南,帮助用户和开发者快速上手并参与项目开发。通过MCP协议,Wanaku致力于连接各种应用,提升人工智能系统的上下文理解能力。

article

README

Wanaku - A MCP Router that connects everything

The 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.

Getting Started With Wanaku

Usage Guide

Please follow the usage guide to learn how to use Wanaku.

Building Wanaku MCP Router

If you want to build to the project, then read building guide.

Contributing

If you want to contribute to the project, then read the contributing guide.

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client