From 1db592c281be03e15c15b0c8dd8da0bd79df5b7f Mon Sep 17 00:00:00 2001 From: Arul Kumaran Date: Sat, 27 Sep 2025 06:28:18 +0530 Subject: [PATCH] Add NCP as complementary MCP orchestrator in Related Tools NCP (Natural Context Protocol) offers a complementary approach to MCP orchestration focused on performance optimization. While HyperTool excels at toolset management and dynamic tool switching, NCP specializes in token overhead reduction and scaling. Key complementary features: - HyperTool: Toolset management, dynamic switching, personas, focused contexts - NCP: 94.8% token reduction, O(1) complexity scaling, enterprise performance Both tools serve different optimization goals and can work together for comprehensive MCP ecosystem management. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9c0e6d0..0d4cad7 100644 --- a/README.md +++ b/README.md @@ -371,6 +371,12 @@ just pre-publish-checks # Run all quality checks The `hypertool-mcp service` subcommand is currently disabled and will exit with a notification when invoked. +## 🔗 Related Tools + +### Complementary MCP Orchestrators + +- **[NCP (Natural Context Protocol)](https://github.com/portel-dev/ncp)** - A complementary MCP orchestrator focused on performance optimization. While HyperTool excels at toolset management and dynamic tool switching, NCP specializes in token overhead reduction (94.8% savings) and O(1) complexity scaling. Perfect for teams that need both focused toolsets AND enterprise-grade performance optimization. + ## 🤝 Contributing Found a bug? Have an idea? We'd love your help!