返回 MCP 目录
public公开dns本地运行

Wanaku MCP路由器

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

运行方式说明

cloud

托管运行

托管运行通常表示这个 MCP Server 由服务方环境承载,用户一般按页面提供的连接方式或授权流程接入,不需要在本地长期启动一个 MCP 进程

  1. 打开服务方连接页
  2. 完成授权或复制端点
  3. 在 MCP 客户端中连接
terminal

本地运行 / 其它方式

本地运行通常需要用户在自己的电脑或服务器上安装依赖,把 server_config 复制到 MCP 客户端,并按 env_schema 补齐环境变量、密钥或其它配置

  1. 复制 server_config
  2. 安装所需依赖
  3. 补齐环境变量后重启客户端