MCP.so
ログイン

Xperience Community MCP Server

@seangwright

Xperience Community MCP Server について

ASP.NET Core MCP server for Xperience by Kentico projects

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

c#

トランスポート

stdio

公開者

seangwright

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Xperience Community MCP Server?

An MCP server built with the .NET MCP Server SDK, installed as a NuGet package, that exposes Xperience by Kentico project tools to an AI agent in VS Code. It is intended for developers working on Xperience by Kentico projects and has been deprecated in favor of native Xperience by Kentico AI capabilities.

How to use Xperience Community MCP Server?

Install the NuGet package, add services and middleware in Program.cs, start the application, and configure the server in VS Code’s MCP settings using an HTTP streaming endpoint (e.g., http://localhost:<port>/xperience-mcp). Then use the exposed tools in GitHub Copilot agent mode.

Key features of Xperience Community MCP Server

  • Exposes documented tools to AI agents in VS Code
  • Installed as a NuGet package for Xperience by Kentico
  • Uses HTTP streaming transport (requires VS Code v1.100+)
  • Works with Xperience by Kentico versions >= 30.4.1
  • Provides structured context about project content types
  • Integrates with GitHub Copilot agent mode

Use cases of Xperience Community MCP Server

  • Developers ask an AI agent about web page content types and their structure
  • Explore relationships between content items and field definitions
  • Automate content modeling queries during development
  • Assist in generating Xperience by Kentico code with richer context

FAQ from Xperience Community MCP Server

What does this MCP server do for Xperience by Kentico projects?

It exposes a discrete set of tools to an AI agent, giving the agent well-structured context and capabilities to help developers build features for marketers.

What are the runtime requirements?

Requires ASP.NET Core 8.0, Xperience by Kentico, and VS Code v1.100 or newer (for HTTP streaming MCP support).

How is the server configured in VS Code?

Add an HTTP server entry in .vscode/mcp.json with the type set to http and url pointing to your application’s MCP endpoint (default path is /xperience-mcp).

Is this package still actively maintained?

The package has been deprecated. Users should migrate to native Xperience by Kentico AI capabilities, including the Content type management API + MCP server and Documentation MCP server.

What transport does the server use?

It uses HTTP streaming (Streamable HTTP), supported by VS Code’s MCP client starting from the April 2025 release.

コメント

「その他」の他のコンテンツ