Back to MCP directory
publicPublicdnsLocal runtime

sample-kt-mcp-server

尝试使用Kotlin实现MCP服务器的示例项目

article

README

🚀 尝试使用 Kotlin 实现 MCP 服务器

本项目尝试运用 Kotlin 语言来实现一个 MCP 服务器,为相关开发提供新的思路和实践方案。

🚀 快速开始

本项目旨在尝试使用 Kotlin 实现一个 MCP 服务器。

📄 许可证

此项目采用 MIT 许可证。
有关详细信息,请参阅 LICENSE 文件。

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