Tridion DXD MCP Server
@RWS
Tridion DXD MCP Server について
An example Model Context Protocol Server for Tridion DXD
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"tridion-dxd-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Tridion DXD MCP Server?
An example Model Context Protocol (MCP) Server for Tridion DXD (Delivery Experience Delivery). It connects an MCP client to a running Tridion DXD Content Service and Token Service, enabling AI assistants to interact with Tridion DXD content through standard MCP tool calls.
How to use Tridion DXD MCP Server?
Set the environment variables DXD_CLIENT_SECRET, DXD_CONTENT_URL, and DXD_TOKEN_URL, then run the Spring Boot application via Maven: mvn spring-boot:run. Requires Java 21 and a recent version of Maven.
Key features of Tridion DXD MCP Server
- Connects to Tridion DXD Content Service and Token Service
- Implements the Model Context Protocol (MCP) standard
- Built with Spring Boot and Java 21
- Debuggable with the official MCP Inspector
Use cases of Tridion DXD MCP Server
—
FAQ from Tridion DXD MCP Server
What are the runtime requirements?
Java 21, a recent version of Maven, and a running Tridion DXD Content Service and Token Service.
How is the server configured?
Through three environment variables: DXD_CLIENT_SECRET, DXD_CONTENT_URL, and DXD_TOKEN_URL.
How can I debug the server?
Use the MCP Inspector by running npx @modelcontextprotocol/inspector.
What transport or authentication does it use?
—
「その他」の他のコンテンツ
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
コメント