_mureo-shared

Solid

mureo: Shared patterns for authentication, security rules, and output formatting.

AI & Automation 16 stars 1 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
41
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# mureo Shared Patterns > This file covers authentication, security rules, output formatting, and MCP configuration > shared across all mureo skills (Google Ads, Meta Ads, Strategy). ## Overview **mureo** is a local-first control plane for AI ad ops. It sits on top of the official ad-platform MCPs (Meta Ads MCP, Google Ads MCP, etc.) and provides the layer they cannot — strategy enforcement, outcome correlation, and an auditable decision log. It provides: - **CLI** (`mureo`) for direct command-line usage - **MCP Server** for integration with AI agent hosts (Claude Code, Cursor, Codex, Gemini, etc.) - **Python library** for programmatic access All three interfaces share the same authentication, security rules, and output format. ## Installation ```bash pip install mureo ``` ## Setup ### Claude Code (Recommended) ```bash mureo setup claude-code ``` This launches a wizard that: 1. Asks which platforms to configure (Google Ads / Meta Ads) 2. Collects API credentials 3. Opens a browser for OAuth authorization 4. Lists accessible accounts for selection 5. Saves credentials to `~/.mureo/credentials.json` ### Manual Configuration Create `~/.mureo/credentials.json`: ```json { "google_ads": { "developer_token": "YOUR_DEVELOPER_TOKEN", "client_id": "YOUR_OAUTH_CLIENT_ID", "client_secret": "YOUR_OAUTH_CLIENT_SECRET", "refresh_token": "YOUR_REFRESH_TOKEN", "login_customer_id": "1234567890" }, "meta_ads": { "access_token": "YOUR_LONG_LIVED_TOKEN", ...

Details

Author
logly
Repository
logly/mureo
Created
3 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category