mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-01-31 04:52:02 +00:00
Compare commits
2 Commits
noahz/noti
...
external-p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61d75d9a49 | ||
|
|
5d9348d609 |
@@ -214,14 +214,11 @@
|
|||||||
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/linear"
|
"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.",
|
"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",
|
"category": "productivity",
|
||||||
"source": {
|
"source": "./external_plugins/notion",
|
||||||
"source": "url",
|
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/notion"
|
||||||
"url": "https://github.com/makenotion/claude-code-notion-plugin.git"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/makenotion/claude-code-notion-plugin"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "gitlab",
|
"name": "gitlab",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"linear": {
|
"linear": {
|
||||||
"type": "http",
|
"type": "sse",
|
||||||
"url": "https://mcp.linear.app/mcp"
|
"url": "https://mcp.linear.app/sse"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
7
external_plugins/notion/.claude-plugin/plugin.json
Normal file
7
external_plugins/notion/.claude-plugin/plugin.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
6
external_plugins/notion/.mcp.json
Normal file
6
external_plugins/notion/.mcp.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"notion": {
|
||||||
|
"type": "sse",
|
||||||
|
"url": "https://mcp.notion.com/sse"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user