MCP Catalogs
首页hypertool-mcp screenshot

hypertool-mcp

by toolprint·153·综合分 45

HyperTool 根据代理角色从代理的 MCP 服务器动态暴露工具,帮助 AI 保持专注并提供相关的工具集。

developer-toolsproductivityai-llm
17
Forks
10
活跃 Issue
7 个月前
最近提交
2 天前
收录于

概述

HyperTool 通过允许多个 MCP 连接并同时动态切换专注的工具集,解决了 MCP 工具过载问题。它充当 AI 与多个 MCP 服务器之间的智能中介,仅显示特定任务相关的工具。通过其 personas 功能,用户可以无需手动配置即可使用为 Web 开发、数据科学或 DevOps 等工作流预配置的工具集。工具集切换是即时的,并通过自然对话命令实现。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:开发工作流程,包含包含 git 和 docker 命令的编码专注工具集
:内容创作,包含 notion、grammarly 和 slack 集成的写作工具集
:调试,包含日志、跟踪和容器管理工具的专业调试工具集
:这与直接使用 MCP 服务器有何不同?
:Personas 和标准模式有什么区别?

什么时候选它

当使用多个 MCP 服务器且需要在不重新启动 AI 会话的情况下在聚焦的工具集之间动态切换时,选择 HyperTool。

什么时候不要选它

如果您只需要单个 MCP 服务器的少数几个工具,或者喜欢直接服务器连接而不希望添加额外的抽象层,请不要选择 HyperTool。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • list-available-tools

    Shows token estimates for all available tools

  • get-active-toolset

    Shows token usage for the currently equipped toolset

  • create-toolset

    Create a new toolset with selected tools

  • switch-toolset

    Switch to a different toolset

  • equip-toolset

    Equip a specific toolset when launching HyperTool

  • list-personas

    List all available personas

  • add-persona

    Add a persona from a repository

  • run-with-persona

    Run HyperTool with a specific persona

  • modify-tool

    Enhance a tool with custom descriptions and examples

  • export-toolset

    Export a toolset for sharing

  • import-toolset

    Import a toolset from a file

  • server-health

    Check the health of connected MCP servers

说明:The README explicitly documents HyperTool's MCP tools in the 'Context Measurement' section and throughout the document. These tools are for managing toolsets, personas, and monitoring context usage.

可对比工具

mcp-servernexus-mcpmcp-proxy

安装

快速开始

  1. 复制你现有的 MCP 配置:
cp .mcp.json .mcp.hypertool.json
  1. 更新 Claude Desktop 配置:
{
  "mcpServers": {
    "hypertool": {
      "command": "npx",
      "args": ["-y", "@toolprint/hypertool-mcp", "mcp", "run", "--mcp-config", ".mcp.hypertool.json"]
    }
  }
}
  1. 通过告诉你的 AI 你需要什么来创建你的第一个工具集!

FAQ

这与直接使用 MCP 服务器有何不同?
HyperTool 让你使用无限的 MCP 服务器而不会达到 100 个工具的限制,并动态切换专注的工具集以获得更好的 AI 性能。
Personas 和标准模式有什么区别?
标准模式使用你现有的 MCP 服务器配置。Personas 是预封装的包,包含 MCP 服务器和精心策划的工具集 -非常适合快速入门。

hypertool-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。