GitHub Stars
2
User Rating
Not Rated
Favorites
0
Views
20
Forks
0
Issues
1
README
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.
- Set the following Environment Variables:
DXD_CLIENT_SECRET
DXD_CONTENT_URL
DXD_TOKEN_URL - 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
Tags