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

Ars Contexta

제작: agenticnotetaking · agenticnotetaking/arscontexta

워크플로를 설명하면 Markdown 기반의 두 번째 뇌를 설계해 줍니다 — 템플릿 없이, 당신에게 맞는 구조로.

Ars Contexta는 2~4번의 대화로 적합한 지식 아키텍처를 도출한 다음 폴더, 네비게이션, 스킬을 작성합니다. 249개의 연구 주장에 기반하며; 진실의 원천으로 일반 Markdown을 강조합니다.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

준비됨

설치

클라이언트 선택

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

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

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

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

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

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

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

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

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

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

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

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

claude mcp add arscontexta -- git clone https://github.com/agenticnotetaking/arscontexta

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

사용 사례

실전 활용법: Ars Contexta

자신의 도메인을 위한 두 번째 뇌 설계

👤 Claude Code 사용자 ⏱ ~15 min intermediate

언제 쓸까: 템플릿이 맞지 않고 진짜 아키텍처가 필요할 때.

흐름
  1. 대화
    setup 실행; 질문에 답합니다.✓ 복사됨
    → 아키텍처 제안됨
  2. 승인
    폴더, 네비게이션, 스킬을 확인합니다.✓ 복사됨
    → 파일 작성됨
  3. 활용
    일일 캡처가 파이프라인을 통해 진행됩니다.✓ 복사됨
    → 두 번째 뇌 성장

결과: 당신에게 맞춰진 작동하는 개인 지식 시스템.

조합

다른 MCP와 조합해 10배 효율

arscontexta + filesystem

모든 아티팩트가 디스크로

arscontexta와 filesystem 조합: 모든 아티팩트가 디스크로✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
setup / capture / reflect (문서 참조) 세 단계 호출 1회

비용 및 제한

운영 비용

API 쿼터
해당 없음
호출당 토큰
Setup은 크고; 일일은 작음
금액
무료
출력 디렉토리를 고정하세요 — 나중에 이동하면 번거롭습니다

보안

권한, 시크릿, 파급범위

최소 스코프: fs-read fs-write
자격 증명 저장: 디스크의 Markdown
데이터 외부 송신: 없음

문제 해결

자주 발생하는 오류와 해결

아키텍처가 맞지 않음

setup 재실행 — 대화 단계가 중요합니다

대안

Ars Contexta 다른 것과 비교

대안언제 쓰나단점/장점
Obsidian 템플릿템플릿 기반 PKM을 선호할 때워크플로에서 도출되지 않음

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

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