context-cascade
Context Cascade - Nested Plugin Architecture for Claude Code Official Claude Code Plugin | Version 3.1.0 | Last updated: 2026-01-09 (see docs/COMPONENT-COUNTS.json for source counts) Context-saving nested architecture: Playbooks -> Skills -> Agents -> Commands.
Install / Use
claude mcp add DNYoussef -- npx -y github:DNYoussef/context-cascadeIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
Development & EngineeringSupported Platforms
Skill content
View source on GitHub{ "$comment": "Template MCP configuration - copy to .mcp.json and update paths", "mcpServers": { "memory-mcp": { "command": "${MEMORY_MCP_PATH}/venv/bin/python", "args": ["-m", "src.mcp.stdio_server"], "cwd": "${MEMORY_MCP_PATH}", "env": { "PYTHONPATH": "${MEMORY_MCP_PATH}", "PYTHONIOENCODING": "utf-8", "CHROMA_PERSIST_DIR": "${MEMORY_MCP_PATH}/chroma_data" }, "description": "Triple-layer memory system with Obsidian integration", "repository": "https://github.com/DNYoussef/memory-mcp-triple-system" }, "connascence-analyzer": { "command": "${CONNASCENCE_PATH}/venv/bin/python", "args": ["-m", "mcp.cli", "mcp-server"], "cwd": "${CONNASCENCE_PATH}", "env": { "PYTHONPATH": "${CONNASCENCE_PATH}", "PYTHONIOENCODING": "utf-8" }, "description": "Code quality analyzer with 7 analyzers", "repository": "https://github.com/DNYoussef/connascence-safety-analyzer" }, "claude-flow": { "command": "npx", "args": ["claude-flow@alpha", "mcp", "start"], "description": "Agent orchestration (optional but recommended)" }, "sequential-thinking": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"], "description": "Sequential thinking for complex reasoning" } }, "setup": { "instructions": [ "1. Clone memory-mcp-triple-system and connascence-safety-analyzer", "2. Set up Python virtual environments in each", "3. Copy this template to .mcp.json", "4. Replace ${MEMORY_MCP_PATH} with actual path", "5. Replace ${CONNASCENCE_PATH} with actual path", "6. On Windows, use full paths with escaped backslashes" ], "windows_example": { "memory-mcp": { "command": "C:\\Users\\USERNAME\\Projects\\memory-mcp-triple-system\\venv\\Scripts\\python.exe" }, "connascence-analyzer": { "command": "C:\\Users\\USERNAME\\Projects\\connascence-safety-analyzer\\venv\\Scripts\\python.exe" } } } }
Related Skills
Agent-Reach
84.5kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.4kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
ruflo
73.0k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
career-ops
72.4kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
Security Score
Audited on Invalid Date
