Installation
Via npm (recommended) - No Java required!
npx mcp-cncf-tech-advisor@1.0.0Via Docker
docker run -i --rm ghcr.io/jeanlopezxyz/cncf-tech-advisor-mcp:1.0.0Native 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.jarCNCF 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 projectsgetProjectDetails- Get project informationgetProjectMetrics- GitHub metrics and statisticsgetProjectMaturity- CNCF maturity statusgetProjectsByCategory- List by categorysearchCaseStudies- Search case studiesgetCaseStudiesByProject- Cases by projectgetAllCaseStudies- 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