/ 디렉터리 / 플레이그라운드 / ccstatusline
● 커뮤니티 sirmalloc ⚡ 바로 사용

ccstatusline

제작: sirmalloc · sirmalloc/ccstatusline

Claude Code CLI를 위한 실제 상태바 — powerline 스타일, 커스터마이즈 가능한 위젯, 작업하는 동안 실시간 비용/사용량 추적.

ccstatusline은 기본 프롬프트를 tmux/powerline 스타일 상태바로 교체합니다. 위젯이 모델, 소비된 token, 현재 비용, git 브랜치 등을 표시합니다. 세션이 얼마나 비용이 드는지 실제로 알 수 있어 유용합니다.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

준비됨

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "sirmalloc-ccstatusline": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/sirmalloc/ccstatusline"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "sirmalloc-ccstatusline": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/sirmalloc/ccstatusline"
      ],
      "_inferred": true
    }
  }
}

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "sirmalloc-ccstatusline": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/sirmalloc/ccstatusline"
      ],
      "_inferred": true
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sirmalloc-ccstatusline": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/sirmalloc/ccstatusline"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "sirmalloc-ccstatusline",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/sirmalloc/ccstatusline"
      ]
    }
  ]
}

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

~/.config/zed/settings.json
{
  "context_servers": {
    "sirmalloc-ccstatusline": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/sirmalloc/ccstatusline"
        ]
      }
    }
  }
}

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add sirmalloc-ccstatusline -- git clone https://github.com/sirmalloc/ccstatusline

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: ccstatusline

세션 비용이 쌓이는 것을 실시간으로 확인

👤 Claude Code 사용자 ⏱ ~15 min intermediate

언제 쓸까: 예상치 못한 청구서로 불쾌한 경험을 한 적이 있을 때.

흐름
  1. 설치
    하네스 설정에 ccstatusline을 추가합니다.✓ 복사됨
    → 상태바 표시됨
  2. 설정
    비용 + token 위젯을 고정합니다.✓ 복사됨
    → 비용 추적됨
  3. 작업
    비용이 실시간으로 증가하는 것을 봅니다.✓ 복사됨
    → 더 나은 예산 관리

결과: Anthropic 청구서 폭탄 없음.

조합

다른 MCP와 조합해 10배 효율

sirmalloc-ccstatusline + claude-code-safety-net

상태바 + 안전 훅 = 더 나은 일상 UX

sirmalloc-ccstatusline과 claude-code-safety-net 조합: 상태바와 안전 훅 함께 사용✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
statusline-widgets (문서 참조) 설정 가능한 위젯, 호출 가능한 도구 아님 호출 1회

비용 및 제한

운영 비용

API 쿼터
해당 없음
호출당 토큰
0
금액
무료
3~4개의 위젯을 선택하세요; 많을수록 노이즈가 됩니다

보안

권한, 시크릿, 파급범위

자격 증명 저장: 없음
데이터 외부 송신: 없음

문제 해결

자주 발생하는 오류와 해결

글리프 없음

Nerd Font 설치; powerline 글리프에 필요합니다

대안

ccstatusline 다른 것과 비교

대안언제 쓰나단점/장점
기본 프롬프트기본 프롬프트로 충분할 때비용 가시성 없음

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기