Compare commits

..

2 Commits

Author SHA1 Message Date
Noah Zweben MacBook
61d75d9a49 update marketplace def 2025-12-15 10:19:53 -08:00
Noah Zweben MacBook
5d9348d609 point to external figma 2025-12-15 10:17:59 -08:00
4 changed files with 18 additions and 8 deletions

View File

@@ -214,14 +214,11 @@
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/linear"
},
{
"name": "Notion",
"name": "notion",
"description": "Notion workspace integration. Search pages, create and update documents, manage databases, and access your team's knowledge base directly from Claude Code for seamless documentation workflows.",
"category": "productivity",
"source": {
"source": "url",
"url": "https://github.com/makenotion/claude-code-notion-plugin.git"
},
"homepage": "https://github.com/makenotion/claude-code-notion-plugin"
"source": "./external_plugins/notion",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/notion"
},
{
"name": "gitlab",

View File

@@ -1,6 +1,6 @@
{
"linear": {
"type": "http",
"url": "https://mcp.linear.app/mcp"
"type": "sse",
"url": "https://mcp.linear.app/sse"
}
}

View File

@@ -0,0 +1,7 @@
{
"name": "notion",
"description": "Notion workspace integration. Search pages, create and update documents, manage databases, and access your team's knowledge base directly from Claude Code for seamless documentation workflows.",
"author": {
"name": "Notion"
}
}

View File

@@ -0,0 +1,6 @@
{
"notion": {
"type": "sse",
"url": "https://mcp.notion.com/sse"
}
}