Skip to main content
Glama
clpi

CLP MCP - DevOps Infrastructure Server

Official
by clpi
index.ts1.94 kB
/** * DevOps tools index - exports all DevOps-related tools */ // Ansible tools export { ansibleInventoryAnalysisTool, ansiblePlaybookAnalysisTool, ansibleRoleGeneratorTool, ansibleVaultTool, ansibleModuleLookupTool, handleAnsibleInventoryAnalysis, handleAnsiblePlaybookAnalysis, handleAnsibleRoleGeneration, handleAnsibleVaultInfo, handleAnsibleModuleLookup, } from "./ansible"; // Jenkins tools export { jenkinsPipelineAnalysisTool, jenkinsPipelineGeneratorTool, jenkinsPluginLookupTool, jenkinsCredentialManagementTool, jenkinsSharedLibraryTool, handleJenkinsPipelineAnalysis, handleJenkinsPipelineGeneration, handleJenkinsPluginLookup, handleJenkinsCredentialManagement, handleJenkinsSharedLibrary, } from "./jenkins"; // Kubernetes tools export { k8sManifestAnalysisTool, k8sResourceGeneratorTool, k8sHelmChartAnalysisTool, k8sSecurityScanTool, k8sResourceQuotaTool, k8sNetworkPolicyTool, handleK8sManifestAnalysis, handleK8sResourceGeneration, handleK8sHelmChartAnalysis, handleK8sSecurityScan, handleK8sResourceQuota, handleK8sNetworkPolicy, } from "./kubernetes"; // Cloud tools export { cloudInfrastructureAnalysisTool, cloudSecurityAuditTool, cloudCostOptimizationTool, cloudMigrationPlannerTool, cloudBestPracticesLookupTool, cloudDisasterRecoveryTool, handleCloudInfrastructureAnalysis, handleCloudSecurityAudit, handleCloudCostOptimization, handleCloudMigrationPlanner, handleCloudBestPractices, handleCloudDisasterRecovery, } from "./cloud"; // Repository tools export { repoHistoryAnalysisTool, repoFileTrackingTool, repoContextMemoryTool, repoDependencyTrackingTool, repoInfrastructureMapTool, repoKnowledgeGraphTool, handleRepoHistoryAnalysis, handleRepoFileTracking, handleRepoContextMemory, handleRepoDependencyTracking, handleRepoInfrastructureMap, handleRepoKnowledgeGraph, } from "./repository";

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/clpi/clp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server