Token导航 LogoToken导航TokenDH.com
Xperience Community MCP Server logo
开发工具未说明官方级别未说明来源级核验

Xperience Community MCP Server

MCP Server

ASP.NET Core MCP server for Xperience by Kentico projects

工具数

0

提示词数

0

GitHub Stars

10

资源数

0
开发工具AI代理C#VS CodeVS Code

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

seangwright

提供方

seangwright

最后核验

2026/5/18 04:05

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

Xperience社区MCP服务器

![CI: Build and Test](https://github.com/seangwright/xperience-community-mcp-server/actions/workflows/ci.yml)

![Release: Publish to NuGet](https://github.com/seangwright/xperience-community-mcp-server/actions/workflows/publish.yml)

](https://www.nuget.org/packages/XperienceCommunity.MCPServer)

描述

\[!警告\] 此软件包已被弃用。请改用以下Kentico的原生Xperience AI功能: - 内容类型管理API+MCP服务器 - 文档MCP服务器 - 内容建模MCP服务器

为什么要使用这个图书馆?通过将一组离散的文档化工具暴露给 AI代理 在Kentico的Xperience项目中,该代理具有更结构化的上下文和功能。这意味着,对于使用Kentico的Xperience为营销人员构建功能的开发人员来说,它可以是一个更好的辅助工具。

有关此项目的更详细说明,请阅读博客文章 _将您的Xperience by Kentico应用程序转换为MCP服务器_.

截图

需求

库版本矩阵

Xperience版本库版本
>=30.6.12.0.x
>= 30.4.11.0.0

依赖项

其他要求

软件包安装

使用将包添加到您的应用程序中。NET-CLI

dotnet add package XperienceCommunity.MCPServer

快速开始

  1. 安装软件包后,更新您的Xperience by Kentico应用程序 Program.cs
   // Program.cs

   // ...

   // Adds the MCP dependencies
   if (builder.Environment.IsDevelopment())
   {
       builder.Services.AddXperienceMCPServer();
   }

   // ...

   // Adds the MCP endpoint
   if (builder.Environment.IsDevelopment())
   {
       app.UseXperienceMCPServer();
   }

   app.Kentico().MapRoutes();

   // ...
  1. 启动您的Xperience by Kentico应用程序。
  1. 设置您的 MCP服务器配置VS代码
   {
     "servers": {
       "xperience-mcp-server": {
         "type": "http",
         "url": "http://localhost:/xperience-mcp"
       }
     }
   }

您可以使用 .vscode/mcp.json 以配置为例。方案、域和端口来自 examples/DancingGoat/Properties/launchSettings.json 因为Kentico的DancingGoat Xperience应用程序也运行MCP服务器。默认的MCP服务器路径前缀为 /xperience-mcp.

您可以使用VS Code命令调色板 管理并启动MCP服务器 或者,您可以在中单击服务器配置上方的“开始”操作 mcp.json.

  1. 使用Xperience社区MCP服务器提供的工具在VS Code中处于代理模式 GitHub Copilot聊天中有提示。
   Tell me about some of the web page content types in this project and a summary of their structure and relationships. For example, let me know if some of these web page content types have references to content items of other types as part of their field definition.

完整说明

查看 使用指南 了解更详细的说明和示例。

贡献

为以下内容做出贡献的说明和技术细节 项目可以在 贡献设置.

许可证

根据MIT许可证分发。看 LICENSE.md 了解更多信息。

安全

有关任何安全问题,请参阅 SECURITY.md.

目录标签

目录标签

开发工具AI代理C#VS Codedeveloper-toolsMCP服务器本地部署XperiencebyKentico

支持客户端

VS Code

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP