jde-e1-config-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jde-e1-config-mcpWhat are the installation prerequisites for the HTML server on Windows?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
JDE E1 9.2 R24 System Configuration Research MCP
An MCP (Model Context Protocol) server that provides comprehensive research and guidance tools for JD Edwards EnterpriseOne 9.2 Release 24 system configuration. Designed for deployment on SimTheory.ai.
Overview
This MCP server enables AI-assisted research and configuration guidance for JDE E1 administrators, consultants, and developers. It provides structured access to installation procedures, environment configuration, troubleshooting guidance, and best practices.
Related MCP server: apex-mcp
Features
š§ Tools (12 Available)
Tool | Description |
| Get prerequisites for JDE components (Deployment Server, Enterprise Server, HTML Server, Database) |
| Detailed installation steps with durations and checkpoints |
| Configuration for PD920 (Production), PY920 (Test), DV920 (Development) |
| Server Manager setup and configuration guidance |
| Release 24's new Centralized Configuration feature |
| Troubleshooting with symptoms, causes, and resolutions |
| ESU/ASU requirements for Orchestrator, UX One, Mobile, etc. |
| WebLogic Server configuration for HTML/AIS servers |
| P01RS01 Configuration Utilities guidance |
| Search Oracle JDE documentation |
| Log file analysis with patterns and locations |
| Multi-environment setup (PROD/TEST/DEV) |
š Resources (7 Available)
jde://config/installation-checklist- Complete installation checklistjde://config/environment-templates/production- PD920 configuration templatejde://config/environment-templates/test- PY920 configuration templatejde://config/environment-templates/development- DV920 configuration templatejde://reference/port-assignments- Standard JDE port assignmentsjde://reference/tools-release-matrix- Tools Release compatibility matrixjde://reference/error-codes- Common JDE error codes
š¬ Prompts (4 Available)
new-environment-setup- Guided workflow for new environment setuptroubleshoot-deployment- Package deployment troubleshootingupgrade-planning- Tools Release upgrade planningsecurity-configuration- Security configuration guidance
Supported Environments
Environment | Path Code | Description |
Production | PD920 | Live business operations |
Test/QA | PY920 | UAT and integration testing |
Development | DV920 | Object development and unit testing |
Installation
Prerequisites
Python 3.10 or higher
pip or uv package manager
Install from Source
# Clone the repository
git clone https://github.com/saravanadas/jde-e1-config-mcp.git
cd jde-e1-config-mcp
# Create virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install -e .Install with uv
uv pip install -e .Usage
Run the MCP Server
# Using Python
python -m src.server
# Or using the installed script
jde-e1-config-mcpConfigure for Claude Desktop
Add to your Claude Desktop configuration (claude_desktop_config.json):
{
"mcpServers": {
"jde-e1-config": {
"command": "python",
"args": ["-m", "src.server"],
"cwd": "/path/to/jde-e1-config-mcp"
}
}
}Deploy to SimTheory.ai
Navigate to SimTheory.ai MCP deployment
Upload the repository or connect via GitHub
Configure environment variables if needed
Deploy and test
Example Tool Calls
Get Installation Prerequisites
{
"name": "research_installation_prerequisites",
"arguments": {
"component": "html_server",
"platform": "windows"
}
}Diagnose Configuration Issue
{
"name": "diagnose_configuration_issue",
"arguments": {
"symptom": "Cannot access web client",
"component": "html_server",
"environment": "PD920"
}
}Get Environment Configuration
{
"name": "get_environment_configuration",
"arguments": {
"environment": "PD920_production",
"component": "data_sources"
}
}Project Structure
jde-e1-config-mcp/
āāā src/
ā āāā __init__.py
ā āāā server.py # Main MCP server implementation
āāā tests/
ā āāā test_server.py # Unit tests
āāā pyproject.toml # Project configuration
āāā requirements.txt # Dependencies
āāā LICENSE # MIT License
āāā README.md # This fileKnowledge Base Coverage
The MCP includes an embedded knowledge base covering:
Installation Prerequisites: OS, runtime, middleware, hardware requirements
Installation Sequence: Step-by-step procedures with durations
Environment Configuration: Data sources, server maps, OCM mappings
Server Manager: Deployment Server, Enterprise Server, HTML Server setup
Centralized Configuration: Release 24 feature documentation
Troubleshooting: Common issues, diagnostic steps, resolutions
ESU/ASU Requirements: Patch requirements for various features
Log Analysis: Log locations, key patterns, analysis techniques
Contributing
Contributions are welcome! Please:
Fork the repository
Create a feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -m 'Add amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
References
License
This project is licensed under the MIT License - see the LICENSE file for details.
Disclaimer
This MCP server provides guidance and research assistance. Always verify information against official Oracle documentation and consult Oracle Support for production implementations. This is not an official Oracle product.
Author
Das Sivadas - GitHub
Built for SimTheory.ai | Powered by MCP
This server cannot be deployed
Maintenance
Related MCP Connectors
- Zoxron MCPOAuthcom.zoxron
Your AI agent deploys, migrates & upgrades self-hosted Odoo ERP on a server you own.
AI-native Day 0 modernization platform for PRDs, architecture, work orders, and code transformation.
Cloud-hosted MCP server for secure AI access to enterprise data sources via CData Connect AI.
AI for Tally Prime and Tally ERP 9. Hosted MCP server to ask your accounts in any language.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to interact with IBM i systems through the Model Context Protocol, providing secure SQL-based access to Db2 for i databases for querying, monitoring, and executing operations.Apache 2.0
- AlicenseBqualityFmaintenanceEnables AI assistants to build, inspect, and modify Oracle APEX 24.2 applications via natural language, providing 86 tools across 15 categories.10015MIT
- AlicenseBqualityFmaintenanceA Model Context Protocol (MCP) server that enables AI assistants to query and understand PeopleSoft HCM databases. It provides semantic tools for HR, Payroll, Benefits, Performance, and PeopleTools metadata, allowing natural language questions to be answered with accurate SQL queries.4312MIT
- AlicenseAqualityDmaintenanceConnects OpenXE ERP with AI assistants via MCP, enabling natural language queries to read and write ERP data locally.21MIT