MCP ExplorerExplorer

Tridion Dxd Mcp Server

@RWSon 10 months ago
2 MIT
FreeCommunity
AI Systems
An example Model Context Protocol Server for Tridion DXD

Overview

What is Tridion Dxd Mcp Server

The tridion-dxd-mcp-server is an example Model Context Protocol Server designed for use with Tridion DXD, facilitating the integration and management of content within the Tridion ecosystem.

Use cases

Use cases include managing content workflows, integrating with other services in the Tridion ecosystem, and providing a structured approach to content delivery through the Model Context Protocol.

How to use

To use the tridion-dxd-mcp-server, ensure you have Java 21 and Maven installed. Set the required environment variables (DXD_CLIENT_SECRET, DXD_CONTENT_URL, DXD_TOKEN_URL) and run the application using the Spring Boot Maven Plugin with the command ‘mvn spring-boot:run’.

Key features

Key features include compatibility with Tridion DXD, support for the Model Context Protocol, and the ability to debug using the MCP Inspector tool.

Where to use

The tridion-dxd-mcp-server is primarily used in content management systems, digital experience platforms, and any application that requires integration with Tridion DXD for content delivery and management.

Content

Tridion DXD MCP Server

This repository contains an example Model Context Protocol (MCP) Server for Tridion DXD.

Building

This project requires Java 21 and a recent version of Maven. To build:

mvn clean install -U

Running

To run this application, you need a running Tridion DXD Content Service and Token Service.

  1. Set the following Environment Variables:
    DXD_CLIENT_SECRET
    DXD_CONTENT_URL
    DXD_TOKEN_URL
  2. Use the Spring Boot Maven Plugin:
    mvn spring-boot:run
    

Debugging

The MCP Inspector is a useful tool for debugging MCP Servers. To run it:

npx @modelcontextprotocol/inspector

See https://modelcontextprotocol.io/docs/tools/inspector

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers