docs: add agent-add cross-host install for MCP and skills#43
Open
pea3nut wants to merge 1 commit intosanity-io:mainfrom
Open
docs: add agent-add cross-host install for MCP and skills#43pea3nut wants to merge 1 commit intosanity-io:mainfrom
pea3nut wants to merge 1 commit intosanity-io:mainfrom
Conversation
Updated installation instructions for MCP server and agent skills across various AI hosts, including detailed steps for manual configuration and OAuth authentication.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
For Option 1 (MCP server), replaces the 7 per-client
<details>blocks (Cursor / Claude Code / VS Code / Lovable / v0 / Replit / OpenCode / Other clients) with a single agent-add one-command install pointing at this repo's existing.mcp.json, plus a manual-JSON fallback. The Sanity CLI path (npx sanity@latest mcp configure) is left untouched as the blessed first option.npx -y agent-add --mcp 'https://raw.githubusercontent.com/sanity-io/agent-toolkit/main/.mcp.json'For Option 2 (Agent Skills), adds
agent-add --skillcommands for all four skills alongside the existingnpx skills addpath.agent-addauto-detects the user's AI host (18 supported) and writes to the right location, so the per-client blocks become redundant.Docs-only — no code changes. Plugin / Manual / Capabilities sections untouched.
Note: I am the author of agent-add. Happy to adjust wording or re-order.