A MCP server wrapper for using the entire Model Context Protocol without tool limits or missing concepts.
See the Model Context Protocol documentation to see what your MCP client of choice is lacking.
[!WARNING] This tool is actively being developed, and currently only supports static tools.
Example installation will be assuming you're using Cursor.
mcp.json
file.[!TIP] The default location is
~/.cursor/hyper.mcp.json
. To rename your existing Cursor config:mv ~/.cursor/mcp.json ~/.cursor/hyper.mcp.json
mcp.json
file where the old one was, with these contents:{
"mcpServers": {
"hyper": {
"command": "npx",
"args": [
"hyper-mcp",
],
}
}
}
The server will prefer arguments over environment variables over
~/.cursor/hyper.mcp.json
.
TODO
Need to:
{
"mcpServers": {
"hyper": {
"env": {},
"args": [
"hyper-mcp"
],
"command": "npx"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.