mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
ea61be0851
Craft ships an official remote MCP server over Streamable HTTP with per-user OAuth, so the plugin is a URL-only mcp.json with no variables block. Co-authored-by: Roshan Sadanani <roshansada@users.noreply.github.com>
34 lines
665 B
JSON
34 lines
665 B
JSON
{
|
|
"name": "craft",
|
|
"displayName": "Craft",
|
|
"version": "1.0.0",
|
|
"minClientVersions": {
|
|
"cursor": "3.13.0"
|
|
},
|
|
"description": "Search, create, and update documents and daily notes.",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://www.craft.do/imagine/guide/mcp",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"logo": "assets/logo.png",
|
|
"keywords": [
|
|
"craft",
|
|
"craft.do",
|
|
"notes",
|
|
"documents",
|
|
"writing",
|
|
"mcp"
|
|
],
|
|
"category": "integrations",
|
|
"tags": [
|
|
"craft",
|
|
"notes",
|
|
"mcp",
|
|
"documents"
|
|
],
|
|
"mcpServers": "./mcp.json"
|
|
}
|