Meta-MCP Server
Wraps the GitHub MCP server to provide token-efficient access to repository management, issue tracking, and other GitHub functionalities via a lazy-loading meta-interface.
Provides sandboxed execution of JavaScript code with access to MCP tools through typed wrappers, allowing AI to execute scripts within a secure environment.
Enables interaction with Jira instances by wrapping Jira MCP servers, allowing AI agents to search for, create, and manage issues.
Provides sandboxed execution of TypeScript code with access to MCP tools through typed wrappers, allowing AI to execute complex scripts with full type support.
Click on "Install 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., "@Meta-MCP ServerList the available backend servers and their tool summaries"
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.
camp-ops-emea
Internal tools and Slack applications for Adobe Campaign Operations EMEA teams.
Projects
Project | Description | Status | Documentation |
Slack bot for nudging engineers to log unrecorded Jira work with minimal friction | Design | ||
Multi-service Slack app for CSO warroom summarization, JIRA integration, and channel management | Production | ||
Slack bot for task mapping, process optimization, and team collaboration | Alpha | ||
MCP server wrapper for token-efficient tool discovery via lazy loading | Production | ||
Slack bot translating natural language to Splunk SPL queries using RAG | Production |
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-serverSee 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} # MaintenancePR Process
Create feature branch (use worktree if needed)
Make changes, run tests
Create PR, get approval, merge
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