MCP Directory
Back

helpline

by coleam00 · Python · ★ 96

Demonstration codebase for building the AI Layer (CLAUDE.md hierarchy, hooks, skills, LSP, MCP, plugin) — companion repo for the 'How Claude Code works in large codebases' video.

Install

pip install git+https://github.com/coleam00/helpline.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "helpline": {
      "command": "uvx",
      "args": [
        "git+https://github.com/coleam00/helpline.git"
      ]
    }
  }
}

From the README

Helpline is a B2B helpdesk and customer-support platform — an internal monorepo where five services (, , , , ) talk over HTTP and share two internal packages (, ). It's the kind of mid-sized, multi-service codebase where an AI coding agent either pays for itself or quietly makes a mess: shared packages that everything imports, money rules that must never silently regress, a request gateway with its own conventions, and tests scattered across services. **What this repo actually is.** Helpline is a *demonstration codebase*, built for the YouTube video **"The AI Layer: How to Make Claude Code Wo…
Read full README on GitHub →

Related media servers