Back to Home
4lejandrito icon

liferay-devcon-2025-mcp

by 4lejandrito

Overview

The server provides a Model Context Protocol (MCP) endpoint for Liferay DXP, enabling AI agents to interact with Liferay content as context.

Installation

Run Command
docker build . -t liferay-devcon-2025-mcp-server && docker run -it -m 8g -p 8080:8080 liferay-devcon-2025-mcp-server

Security Notes

The README explicitly documents hardcoded basic authentication credentials ('test@liferay.com:test') for accessing the MCP server endpoint. This is a critical security vulnerability and should be replaced with a secure authentication mechanism for any non-development or production deployment. No other security risks like 'eval' or obfuscation are apparent from the truncated README content.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-12-01

Tags

LiferayMCPAI AgentDXPServer