claudegoodies
MCP Server

ecc-universal

From affaan-m

Harness-native agent operating system for Codex, OpenCode, Cursor, Gemini, Claude Code, and terminal workflows - skills, hooks, rules, MCP conventions, and operator control-plane patterns

Installs a large bundle of skills, hooks, rules, and scripts shared across Codex, OpenCode, Cursor, Gemini, and Claude Code.

Use it when

  • You run agents across multiple harnesses and want shared skill/rule conventions
  • You need scripts for orchestration, worktree management, or session inspection (orchestrate-worktrees.js, session-inspect.js)
  • You want prebuilt skills for stacks like Django, Go, .NET, Flutter, or blockchain (defi-amm-security)
  • You need audit/health tooling (doctor.js, repair.js, skills-health.js, platform-audit.js)

Skip it if

  • You only use one agent harness and don't need cross-tool conventions
  • You want a small, focused tool rather than hundreds of skill directories covering unrelated domains
  • You'd rather manage your own hooks/rules than adopt this package's file layout (.agents/, .codex/, .cursor/, etc.)

Install

claude mcp add ecc-universal -- npx -y ecc-universal

Facts

Repository
affaan-m/ECC
Status
Actively maintained
Last commit
Source file
package.json

Source preview

The instructions Claude Code reads when this mcp server runs.

{
  "name": "ecc-universal",
  "version": "2.0.0",
  "description": "Harness-native agent operating system for Codex, OpenCode, Cursor, Gemini, Claude Code, and terminal workflows - skills, hooks, rules, MCP conventions, and operator control-plane patterns",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "ai",
    "agents",
    "skills",
    "hooks",
    "mcp",
    "rules",
    "harness",
    "agent-harness",
    "tdd",
    "code-review",
    "security",
    "automation",
    "best-practices",
    "cursor",
    "cursor-ide",
    "opencode",
    "codex",
    "presentations",
    "slides"
  ],
  "author": {
    "name": "Affaan Mustafa",
    "url": "https://x.com/affaan"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/affaan-m/ECC.git"
  },
  "homepage": "https://github.com/affaan-m/ECC#readme",
  "bugs": {
    "url": "https://github.com/affaan-m/ECC/issues"
  },
  "files": [
    ".agents/",
    ".claude-plugin/",
    ".codex/",
    ".codex-plugin/",
    ".cursor/",
    ".gemini/",
    ".hermes/",
    ".kimi/",
    ".opencode/",
    ".openclaw/",
    ".qwen/",
    ".zed/",
    ".mcp.json",
    "AGENTS.md",
    "VERSION",
    "agent.yaml",
    "assets/ecc-icon.svg",
    "assets/hero.png",
    "agents/",
    "commands/",
    "docs/de-DE/",
    "docs/ja-JP/",
    "docs/ko-KR/",
    "docs/pt-BR/",
    "docs/ru/",
 
View full source on GitHub →

Other mcp servers