Skip to main content
Glama

Sketch Context MCP

manifest.json1.03 kB
{ "name": "Sketch Context MCP", "identifier": "com.sketch-context-mcp.plugin", "version": "1.0", "description": "Connect Sketch to Cursor AI using Model Context Protocol (MCP)", "author": "Sketch Context MCP", "authorEmail": "joshua@jshmllr.com", "compatibleVersion": "70.0", "bundleVersion": 1, "icon": "icon.png", "commands": [ { "script": "script.js", "handler": "onRun", "shortcut": "cmd shift m", "name": "Open MCP Interface", "identifier": "open-mcp-interface" }, { "script": "script.js", "handler": "onCopySelectionIds", "shortcut": "ctrl shift i", "name": "Copy Selection IDs", "identifier": "copy-selection-ids" } ], "menu": { "title": "Sketch Context MCP", "items": [ "open-mcp-interface", "copy-selection-ids" ] }, "resources": [ "UI.html" ], "disableCocoaScriptPreprocessor": true, "appcast": "https://raw.githubusercontent.com/yourusername/sketch-context-mcp/master/.appcast.xml" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jshmllr/Sketch-Context-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server