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
docker build . -t liferay-devcon-2025-mcp-server && docker run -it -m 8g -p 8080:8080 liferay-devcon-2025-mcp-serverSecurity 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
dbt-mcp
Provides a Model Context Protocol (MCP) server that exposes various dbt-related functionalities (CLI, Semantic Layer, Discovery, Admin API, Code Generation, LSP) as tools for AI agents to interact with dbt projects in Core, Fusion, and Platform environments.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.
solon-ai-embedded-examples
Provides examples of integrating AI functionalities (LLM interaction, RAG, Agent, and Model Context Protocol server/client) within various Java web frameworks.