feat(cursor-plugin): scaffold Sanction marketplace connector (MCP + skills) - #284
Draft
ericlovold wants to merge 1 commit into
Draft
feat(cursor-plugin): scaffold Sanction marketplace connector (MCP + skills)#284ericlovold wants to merge 1 commit into
ericlovold wants to merge 1 commit into
Conversation
…kills) Interim Cursor plugin at cursor-plugin/: hosted wallet MCP plus four ask-before-acting skills. MIT for this package only; extract later for marketplace submit. Co-authored-by: ELo <ericlovold@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Positioning
Sanction is the independent authorization plane for AI agents — approve / escalate / deny spend, MCP tools, credentials, provisioning, and capability acquisition before they become irreversible.
Marketplace category: Agent Orchestration — the authorization connector you add before AWS / Zoom / etc. can spend or invoke. Neighbors: Ramp / Link (payments), Runlayer (MCP policy / audit).
This plugin wires the hosted wallet MCP at
https://getsanction.com/mcp. It does not intercept every MCPtools/callunless the host fronts the broker. Cooperative wallet — the host must ask before acting.Extract later
Interim home under
cursor-plugin/in this repo. Split to a public MIT-only repo before marketplace submit (cursor.com/marketplace/publish + cursor.directory). This package is MIT; the parent repo stays FSL-1.1-MIT.Test locally
Cursor loads plugins from
~/.cursor/plugins/local/(docs):Reload Window. Set
SANCTION_AGENT_KEY(agent keypxy_…from getsanction.com) under Plugins → Configure. Confirm thesanctionMCP server and four skills (before-spend,before-tool,wallet-status,handle-escalation) in Customize.If the symlink is ignored, copy the directory instead. On Teams / Enterprise, local imports may be disabled under Marketplace and Plugins.
Scope
cursor-plugin/(manifest,mcp.json, four skills, MIT LICENSE, logo, README)