/ 디렉터리 / 플레이그라운드 / Sanity Agent Toolkit
● 공식 sanity-io ⚡ 바로 사용

Sanity Agent Toolkit

제작: sanity-io · sanity-io/agent-toolkit

Sanity skills for content modeling, GROQ query optimization, and Studio customization.

Sanity Agent Toolkit is a Claude Code/agent skill by sanity-io. Sanity skills for content modeling, GROQ query optimization, and Studio customization. See the source repo for setup, supported clients, and configuration details.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

sanity-agent-toolkit.replay ▶ 준비됨
0/0

설치

클라이언트 선택

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

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

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "sanity-agent-toolkit": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/sanity-io/agent-toolkit",
        "~/.claude/skills/sanity-agent-toolkit"
      ],
      "_inferred": true
    }
  }
}

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

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "sanity-agent-toolkit": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/sanity-io/agent-toolkit",
        "~/.claude/skills/sanity-agent-toolkit"
      ],
      "_inferred": true
    }
  }
}

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

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sanity-agent-toolkit": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/sanity-io/agent-toolkit",
        "~/.claude/skills/sanity-agent-toolkit"
      ],
      "_inferred": true
    }
  }
}

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

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "sanity-agent-toolkit",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/sanity-io/agent-toolkit",
        "~/.claude/skills/sanity-agent-toolkit"
      ]
    }
  ]
}

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

~/.config/zed/settings.json
{
  "context_servers": {
    "sanity-agent-toolkit": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/sanity-io/agent-toolkit",
          "~/.claude/skills/sanity-agent-toolkit"
        ]
      }
    }
  }
}

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

claude mcp add sanity-agent-toolkit -- git clone https://github.com/sanity-io/agent-toolkit ~/.claude/skills/sanity-agent-toolkit

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

사용 사례

실전 활용법: Sanity Agent Toolkit

Use Sanity Agent Toolkit for its primary workflow

👤 Developers using AI coding agents ⏱ ~10 min beginner

언제 쓸까: You need the capability: Sanity skills for content modeling, GROQ query optimization, and Studio customization.

사전 조건
  • Skill installed — git clone https://github.com/sanity-io/agent-toolkit ~/.claude/skills/sanity-agent-toolkit
흐름
  1. Install
    Install Sanity Agent Toolkit following the README at https://github.com/sanity-io/agent-toolkit✓ 복사됨
    → Skill appears in your client's available tools/skills
  2. Invoke
    Use Sanity Agent Toolkit to complete the task described in its docs.✓ 복사됨
    → Agent calls the relevant tool/skill and returns a result

결과: Working integration with the capabilities advertised by the project.

함정
  • README is the source of truth; details here may lag upstream — Check https://github.com/sanity-io/agent-toolkit for the latest setup steps and tool list

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

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