hyper-mcp
@kranners
关于 hyper-mcp
Unlocks all of MCP for your favourite agent 🌩️
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论