We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JaxonDigital/optimizely-dxp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
UNDERSTANDING_DXP_STRUCTURE.md•748 B
# DXP Quick Reference
## Structure
```
Project (your DXP instance)
├── Integration (development)
├── Preproduction (staging)
└── Production (live)
```
## Environment Names
- **Integration** - Development environment
- **Preproduction** - Staging/testing
- **Production** - Live website
The MCP accepts abbreviations (INT, PREP, PROD) but always use full names in the DXP portal.
## Deployment Flows
- **Code**: Integration → Preproduction → Production
- **Content**: Production → Preproduction → Integration
## API Keys
One key typically accesses all three environments. Get yours from the [DXP Portal](https://paasportal.episerver.net/).
For multi-project setup, see [Multi-Project Config](MULTI_PROJECT_CONFIG.md).