everything-claude-code
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Cowork, and beyond.
claude mcp add --transport stdio affaan-m-everything-claude-code npx -y ecc-universal
How to use
Everything Claude Code ( Everything Claude Code MCP ) provides an agent harness performance system that couples memory optimization, continuous learning, verification loops, and subagent orchestration to run AI agent harnesses across Claude Code, Codex, Cowork, and other harnesses. This MCP server uses ECC’s universal tooling to deploy and orchestrate skills, hooks, and configuration rules as a cohesive runtime. After starting the server, you can use the included ECC commands to load skills, configure memory persistence, and run harness loops that manage model routing, evaluation, and optimization throughout a session.
How to install
Prerequisites:
- Node.js and npm installed on your system
- Access to the npm registry (public or private as configured)
Installation steps:
-
Install the ECC universal package via npx (no local install needed): npm i -g npm@latest npx -y ecc-universal
-
If you prefer a local setup, install the package locally in your project: mkdir -p your-project && cd your-project npm init -y npm install ecc-universal
-
Run the MCP server using the recommended command (see mcp_config): npx -y ecc-universal
-
Verify installation: npx ecc-universal --version
Notes:
- Ensure your environment has network access to fetch the ECC packages
- You may need to configure environment variables for security or storage backends as described in the documentation
Additional notes
Tips:
- ECC_HOOK_PROFILE and ECC_DISABLED_HOOKS can gate runtime behavior without editing hook files.
- Use the /harness-audit, /loop-start, /loop-status, /quality-gate, /model-route commands to manage harness runs.
- For cross-harness consistency, ensure memory persistence and skill hot-load features are enabled in your config.
- Check environment variables for memory persistence and evaluation strategies to fine-tune performance.
Common issues:
- Network errors when fetchingECC packages; verify npm registry access.
- Version mismatches betweenECC components; align ECC package versions across your setup.
- Permissions errors when writing session data; ensure the process user has write access to storage paths.
Related MCP Servers
claude-emporium
🏛 [UNDER CONSTRUCTION] A (roman) claude plugin marketplace
deepcontext
DeepContext is an MCP server that adds symbol-aware semantic search to Claude Code, Codex CLI, and other agents for faster, smarter context on large codebases.
sandboxed.sh
Self-hosted orchestrator for AI autonomous agents. Run Claude Code & Open Code in isolated linux workspaces. Manage your skills, configs and encrypted secrets with a git repo.
claude-code-open
Open source AI coding platform with Web IDE, multi-agent system, 37+ tools, MCP protocol. MIT licensed.
claude-vigil
🏺 An MCP server for checkpointing and file recovery in Claude Code
local-skills
Universal MCP server enabling any LLM or AI agent to utilize expert skills from your local filesystem. Reduces context consumption through lazy loading. Works with Claude, Cline, and any MCP-compatible client.