Back to MCP directory
publicPublicdnsLocal runtime

stateset-mcp-server

StateSet MCP服务器是一个模型上下文协议服务,用于与StateSet的问题操作系统集成,使LLM能够与StateSet交互。

article

README

🚀 州集 MCP 服务器

本项目是一个用于 StateSet API 的模型上下文协议(Model Context Protocol)服务器。它借助 MCP 协议与 StateSet 的问题处理系统进行集成,从而让大型语言模型 (LLMs) 能够与之交互。

🚀 快速开始

本服务器为 StateSet API 提供模型上下文协议服务,通过 MCP 协议与 StateSet 的问题处理系统集成,使得大型语言模型 (LLMs) 可以与之进行交互,为相关应用场景提供支持。

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