ajo-content-management-mcp-server

etrakselis/ajo-content-management-mcp-server
★ 0 stars TypeScript AI/LLM Updated 10d ago
Enables connected LLM clients to manage Adobe Journey Optimizer (AJO) content—including fragments, templates, folders, and tags—and integrates with GitHub to support version control and CI/CD deployment workflows.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ajo-content-manageme": {
      "command": "npx",
      "args": [
        "-y",
        "etrakselis/ajo-content-management-mcp-server"
      ]
    }
  }
}