ccenv

sshoecraft/ccenv
★ 0 stars Python AI/LLM Updated today
Self-contained Claude Code env: bundled MCP servers (ccmemory, ccusage, ccteam), project awareness skill (ccproject), and a relay-loop wrapper (ccloop), with an overlay system for per-user / per-host extensions.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ccenv": {
      "command": "uvx",
      "args": [
        "ccenv"
      ]
    }
  }
}

Or install with pip: pip install ccenv

README Excerpt

Self-contained Claude Code env/harness. Bundles five Claude Code tooling projects into one installable repo, and ships an overlay system so a host or user can layer additional MCP servers and instructions on top without forking. | Component | What it does | MCP name |

Tools (6)

ccloopccmemoryccprojectccteamccusagepip3

Topics

ai-agentsai-toolsanthropicclaudeclaude-codeclideveloper-toolsharnessmcpmcp-servermodel-context-protocolpython