Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions lfx-platform/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "lfx-platform",
"description": "Platform engineering tools for the LFX v2 Kubernetes platform. Provides troubleshooting and deployment workflows using Datadog, Kubernetes, AWS, GitHub, and ArgoCD.",
"version": "0.1.0",
"author": {
"name": "Linux Foundation",
"url": "https://github.com/linuxfoundation"
},
"homepage": "https://github.com/linuxfoundation/lfx-skills",
"license": "MIT"
}
21 changes: 21 additions & 0 deletions lfx-platform/.mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"mcpServers": {
"datadog lfx": {
"type": "connector",
"connector": "datadog"
},
"github": {
"type": "connector",
"connector": "github"
}
},
"_extensions": {
"note": "The Kubernetes and AWS MCP servers are distributed as Desktop Extensions (.mcpb) in the extensions/ folder. Install each .mcpb file via Claude Desktop → File → Install Extension, or run /platform-setup which will guide you through it.",
"k8s_dev": "extensions/k8s_dev.mcpb",
"k8s_stag": "extensions/k8s_stag.mcpb",
"k8s_prod": "extensions/k8s_prod.mcpb",
"AWS_lfx_dev": "extensions/aws_lfx_dev.mcpb",
"AWS_lfx_stag": "extensions/aws_lfx_stag.mcpb",
"AWS_lfx_prod": "extensions/aws_lfx_prod.mcpb"
}
}
Loading