MCP.so
登录

hyper-mcp

@kranners

关于 hyper-mcp

Unlocks all of MCP for your favourite agent 🌩️

基本信息

分类

其他

许可证

GPL-3.0 license

运行时

node

传输方式

stdio

发布者

kranners

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "hyper": {
      "command": "npx",
      "args": [
        "hyper-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is hyper-mcp?

hyper-mcp is a wrapper that aggregates multiple Model Context Protocol (MCP) servers into a single unified interface, bypassing client-side tool limits and missing concepts. It is for users whose MCP client restricts the number or variety of tools available.

How to use hyper-mcp?

Install via npm (e.g., npx hyper-mcp). Configure by creating an mcp.json file (with a backup of any existing config). The server can also accept arguments or environment variables; arguments take precedence over environment variables over the config file at ~/.cursor/hyper.mcp.json.

Key features of hyper-mcp

  • Aggregates tools from multiple MCP servers into one list
  • Forwards commands to the respective MCP server
  • Prefers arguments over environment variables over config file
  • Validates configuration with a Zod schema
  • Currently supports only static tools

Use cases of hyper-mcp

  • Use a client that enforces a strict tool limit
  • Unify tools from different MCP servers under a single interface
  • Test or develop against multiple MCP servers without client restrictions

FAQ from hyper-mcp

Does hyper-mcp support dynamic tools?

No, currently only static tools are supported. Dynamic tool support is planned.

Where is the configuration file stored?

The default location is ~/.cursor/hyper.mcp.json. You can override it with arguments or environment variables.

How does hyper-mcp resolve configuration options?

It prefers command-line arguments, then environment variables, and finally the config file at ~/.cursor/hyper.mcp.json.

How do I install hyper-mcp?

Run npx hyper-mcp and create an mcp.json file with your server entries. Replace your existing Cursor config after backing it up.

Is hyper-mcp stable?

It is actively being developed and may change. The current version supports only static tools.

评论

其他 分类下的更多 MCP 服务器