/ Directorio / Playground / Sanity Agent Toolkit
● Oficial sanity-io ⚡ Instantáneo

Sanity Agent Toolkit

por 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.

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

sanity-agent-toolkit.replay ▶ listo
0/0

Instalar

Elige tu cliente

~/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
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

~/.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 usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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
    }
  }
}

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "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
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

~/.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 usa un array de objetos de servidor en lugar de un mapa.

~/.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"
        ]
      }
    }
  }
}

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: Sanity Agent Toolkit

Use Sanity Agent Toolkit for its primary workflow

👤 Developers using AI coding agents ⏱ ~10 min beginner

Cuándo usarlo: You need the capability: Sanity skills for content modeling, GROQ query optimization, and Studio customization.

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

Resultado: Working integration with the capabilities advertised by the project.

Errores comunes
  • 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

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills