Skip to main content
Glama

camp-ops-emea

Internal tools and Slack applications for Adobe Campaign Operations EMEA teams.

Projects

Project

Description

Status

Documentation

Bravo

Slack bot for nudging engineers to log unrecorded Jira work with minimal friction

Design

Design Doc

Ketchup

Multi-service Slack app for CSO warroom summarization, JIRA integration, and channel management

Production

README

Maptimize

Slack bot for task mapping, process optimization, and team collaboration

Alpha

README

Meta-MCP

MCP server wrapper for token-efficient tool discovery via lazy loading

Production

README

AskSplunk

Slack bot translating natural language to Splunk SPL queries using RAG

Production

README

Getting Started

Prerequisites: Git 2.20+, Python 3.12, Docker & Docker Compose, AWS CLI

git clone https://github.com/OneAdobe/camp-ops-emea.git
cd camp-ops-emea/projects/ketchup  # or maptimize, bravo, meta-mcp-server

See each project's README for setup instructions.

Git Worktrees

Use worktrees to work on multiple projects/branches simultaneously without stashing.

# Create worktree for feature work
git worktree add ../camp-ops-emea-{project}-{feature} -b feature/{project}-{feature} main

# List worktrees
git worktree list

# Remove when done (after PR merged)
git worktree remove ../camp-ops-emea-{worktree-name}

Naming: camp-ops-emea-{project} (project work), camp-ops-emea-{feature} (cross-project), camp-ops-emea-review (code review)

Contributing

Branch Naming

feature/{project}-{name}    # New feature
fix/{project}-{name}        # Bug fix
docs/{project}-{name}       # Documentation
chore/{description}         # Maintenance

PR Process

  1. Create feature branch (use worktree if needed)

  2. Make changes, run tests

  3. Create PR, get approval, merge

-
security - not tested
F
license - not found
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/blueman82/meta-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server