Compare commits

...

4 Commits

Author SHA1 Message Date
Bryan Thompson
80bf25e46a Add desktop-commander plugin 2026-05-01 08:28:57 -05:00
Tobin South
0742692199 Add crowdstrike-falcon-foundry plugin (#1648) 2026-04-29 09:18:27 -07:00
blois
e73e9a6257 Merge pull request #1636 from anthropics/pete/remove-transcript-examples-from-agents
Replace transcript-style agent examples with prose trigger descriptions
2026-04-28 16:04:44 -07:00
Bryan Thompson
5b643ee82a Update vanta-mcp-plugin plugin (#1637) 2026-04-28 21:35:16 +01:00

View File

@@ -560,6 +560,19 @@
"community-managed" "community-managed"
] ]
}, },
{
"name": "crowdstrike-falcon-foundry",
"description": "CrowdStrike Falcon Foundry development skills for building cybersecurity applications on the Falcon platform. Includes UI development, collections, functions, workflows, API integration, security patterns, and debugging workflows.",
"author": {
"name": "CrowdStrike"
},
"category": "security",
"source": {
"source": "url",
"url": "https://github.com/CrowdStrike/foundry-skills.git"
},
"homepage": "https://github.com/CrowdStrike/foundry-skills"
},
{ {
"name": "csharp-lsp", "name": "csharp-lsp",
"description": "C# language server for code intelligence", "description": "C# language server for code intelligence",
@@ -677,6 +690,22 @@
}, },
"homepage": "https://github.com/awslabs/agent-plugins" "homepage": "https://github.com/awslabs/agent-plugins"
}, },
{
"name": "desktop-commander",
"description": "MCP server for terminal commands, process management, and file operations across text, code, PDF, DOCX, Excel, images, and structured data.",
"author": {
"name": "Desktop Commander"
},
"category": "productivity",
"source": {
"source": "git-subdir",
"url": "https://github.com/wonderwhy-er/DesktopCommanderMCP.git",
"path": "plugins/claude",
"ref": "main",
"sha": "8c03d3392d1633923057f4492f2b5014e2c4a6bf"
},
"homepage": "https://desktopcommander.app"
},
{ {
"name": "discord", "name": "discord",
"description": "Discord messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /discord:access.", "description": "Discord messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /discord:access.",
@@ -1963,8 +1992,7 @@
"category": "security", "category": "security",
"source": { "source": {
"source": "url", "source": "url",
"url": "https://github.com/VantaInc/vanta-mcp-plugin.git", "url": "https://github.com/VantaInc/vanta-mcp-plugin.git"
"sha": "46e5bebf0484f08fc4a3c4054437cf5ec06298c9"
}, },
"homepage": "https://help.vanta.com/en/articles/14094979-connecting-to-vanta-mcp#h_887ce3f337" "homepage": "https://help.vanta.com/en/articles/14094979-connecting-to-vanta-mcp#h_887ce3f337"
}, },