Back to MCP directory
publicPublicdnsLocal runtime

wanaku

Wanaku MCP路由器是一个基于模型上下文协议(MCP)的AI应用路由器,旨在标准化应用程序向大型语言模型(LLM)提供上下文的方式。

article

README

🚀 万卡库 - 基于 MCP 的人工智能应用路由器

万卡库 MCP 路由器是专门为 AI 应用打造的路由器,由 模型上下文协议(MCP) 提供支持。该开放标准协议明确了应用程序向大语言模型(LLLMs)提供上下文信息的方式。项目名称“Wanaku”来源于南美原生骆驼科动物 Guanaco 的词源。

与万卡库一起入门

🚀 快速开始

请参阅 使用指南 了解如何使用万卡库。

📦 安装指南

若想参与该项目的构建,请阅读 构建指南

🤝 如何贡献

如希望为项目做出贡献,请参考 贡献指南

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