Back to MCP directory
publicPublicdnsLocal runtime

spring-ai-alibaba-examples

Spring AI Alibaba 是一个开源项目,旨在展示从基础到高级的 Spring AI 和 Spring AI Alibaba 的用法,以及 AI 项目的最佳实践。该项目包含多个示例模块,帮助开发者更好地理解和应用这些技术。项目鼓励社区贡献,包括提供使用示例、API 使用指南和最佳实践等。开发者可以通过 GitHub 仓库和官网获取更多信息,并参与项目的建设与改进。

article

README

Spring AI Alibaba Examples

Spring AI Alibaba Repo: https://github.com/alibaba/spring-ai-alibaba

Spring AI Alibaba Website: https://java2ai.com

Spring AI Alibaba Website Repo: https://github.com/springaialibaba/spring-ai-alibaba-website

English | 中文

介绍

此仓库中包含许多 Example 模块项目来介绍 Spring AI 和 Spring AI Alibaba 从基础到高级的各种用法和 AI 项目的最佳实践。 更详细的介绍介绍请参阅每个子项目中的 README.md 和 Spring AI Alibaba 官网

如何参与

我们欢迎任何形式的贡献,包括但不限于:

  • Spring AI 和 Spring AI Alibaba 的使用示例;
  • Spring AI 和 Spring AI Alibaba API 的使用;
  • AI 项目的最佳实践 等。

项目已经初步建设完成,接下来会根据主干仓库的变更来添加和删除一些 Example 示例,如果想参与贡献,一起建设,请关注 Spring AI Alibaba 了解更多信息 🎉。

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