Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Dec 17:24
· 1 commit to main since this release

Installation

Via npm (recommended) - No Java required!

npx mcp-cncf-tech-advisor@1.0.0

Via Docker

docker run -i --rm ghcr.io/jeanlopezxyz/cncf-tech-advisor-mcp:1.0.0

Native binaries (no Java required)

  • macOS ARM64: mcp-cncf-tech-advisor-macos-arm64
  • macOS x64: mcp-cncf-tech-advisor-macos-x64
  • Linux x64: mcp-cncf-tech-advisor-linux-x64
  • Windows: Coming soon

Via JAR (requires Java 25+)

java -jar mcp-cncf-tech-advisor.jar

CNCF Tech Advisor MCP Server v1.0.0

Access 2,398+ CNCF projects with O(1) search, GitHub metrics, maturity status, and real-world case studies.

Features:

  • O(1) Search: Ultra-fast indexing of 2,398+ CNCF projects
  • Live Data: Automatic updates from CNCF Landscape API
  • 8 MCP Tools: Complete project analysis toolkit
  • No Java Dependencies: Native binaries for production
  • Multi-platform: macOS (ARM64/x64), Linux (x64), Windows (x64)

🔧 MCP Tools:

  • searchProjects - Search CNCF projects
  • getProjectDetails - Get project information
  • getProjectMetrics - GitHub metrics and statistics
  • getProjectMaturity - CNCF maturity status
  • getProjectsByCategory - List by category
  • searchCaseStudies - Search case studies
  • getCaseStudiesByProject - Cases by project
  • getAllCaseStudies - All case studies

🚀 Quick Start:

{
  "mcpServers": {
    "cncf-tech-advisor": {
      "command": "npx",
      "args": ["-y", "mcp-cncf-tech-advisor@1.0.0"]
    }
  }
}

Full Changelog: https://github.com/jeanlopezxyz/cncf-tech-advisor-mcp/commits/v1.0.0