MCP-Server-Proyecto-
by Desckars
Overview
Integrates Claude AI with an OLAP cube (Oracle Essbase O3) via a custom Model Context Protocol (MCP) for natural language MDX queries and data analysis.
Installation
mvn exec:javaEnvironment Variables
- anthropic.api-key
- mcp.o3.jar-path
- mcp.o3.working-directory
Security Notes
A critical security risk exists due to hardcoded Oracle Essbase O3 database username ('user') and password ('user') within `MCPService.java` when it launches the external O3 server process. If this server connects to a production Essbase instance, it could lead to unauthorized access. The API key encryption relies on system properties (username, OS, Java version), which, if changed, could render stored API keys undecryptable and require manual re-entry.
Similar Servers
seamless-agent
Empowers AI agents within GitHub Copilot Chat (or similar LM clients) to seek interactive user confirmation and feedback via specialized tools (ask_user, plan_review, walkthrough_review) before executing actions, ensuring user control.
dev-kit-gh-mcp-server
A GitHub Model Context Protocol (MCP) server designed for automation, bots, and AI agents to perform focused repository operations.
AI-Agents-and-MCP-Server
Hosts a custom Minecraft server and deploys an AI-powered bot that interacts with players and the game world.
mcp-copilot-lab
A Python-based server designed for AI-powered chat or copilot functionalities, likely leveraging OpenAI services.