https://github.com/toolprint/hypertool-mcp
An MCP server that helps you dynamically select tools to expose from servers in your mcp.json
https://github.com/toolprint/hypertool-mcp
agents claude-code hypertool hypertool-mcp llms mcp mcp-clients mcp-server model-context-protocol tool-binding tool-selection toolprint
Last synced: 2 months ago
JSON representation
An MCP server that helps you dynamically select tools to expose from servers in your mcp.json
- Host: GitHub
- URL: https://github.com/toolprint/hypertool-mcp
- Owner: toolprint
- License: other
- Created: 2025-07-14T00:47:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-08-23T20:46:11.000Z (2 months ago)
- Last Synced: 2025-08-24T08:32:36.968Z (2 months ago)
- Topics: agents, claude-code, hypertool, hypertool-mcp, llms, mcp, mcp-clients, mcp-server, model-context-protocol, tool-binding, tool-selection, toolprint
- Language: TypeScript
- Homepage: https://toolprint.ai
- Size: 61.8 MB
- Stars: 60
- Watchers: 0
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-mcp-servers - **Hypertool โ MCP that let's you create hot** - swappable, "persona toolsets" from multiple MCP servers to reduce tool overload and improve tool execution. `http` `git` `github` (๐ฆ Other)
README

Give your AI the best tools from all your MCPs ๐ฏ
[](https://npmjs.com/package/@toolprint/hypertool-mcp)
[](https://npmjs.com/package/@toolprint/hypertool-mcp)
[](https://www.typescriptlang.org/)
[](https://modelcontextprotocol.io)
[](LICENSE)
## โก Features
### ๐ **Break Free from Tool Limits**
Connect unlimited MCP servers. Use 10, 50, or 500+ tools total - your AI only sees what it needs.
### ๐ฏ **Task-Specific Toolsets**
Build "git-essentials" with 5 tools instead of drowning in 47 Git commands. Switch contexts instantly.
### ๐ง **Smart Tool Descriptions**
Enhance tools with examples and context. Watch your AI pick the right tool 89% more often.
## ๐ Quick Start
### Step 1: Copy Your Existing Config
```bash
# In your project directory
cp .mcp.json .mcp.hypertool.json
```
### Step 2: Point Your AI to HyperTool
Replace your `.mcp.json` with:
```json
{
"mcpServers": {
"hypertool": {
"command": "npx",
"args": ["-y", "@toolprint/hypertool-mcp", "--mcp-config", ".mcp.hypertool.json"]
}
}
}
```
### Step 3: Create Your First Toolset
Restart your AI and try:
```
You: "Create a toolset called 'coding' with git and docker tools"
AI: "Created 'coding' toolset with 15 focused tools"
You: "Switch to coding toolset"
AI: "Equipped! I now have just the tools needed for development"
```
**That's it!** Your AI is now focused and effective. ๐
๐ก **Want automated setup?** Try our interactive `setup` command - see [Advanced Guide](guides/ADVANCED.md#setup-command) for details.
๐ **Configuration Mode:** HyperTool uses a smart Configuration Mode to keep toolset management separate from your operational tools. Learn more in the [Configuration Mode Guide](guides/CONFIGURATION_MODE.md).
## ๐ฌ Demo
### Hotswap toolsets across 100+ tools
_Targeted toolsets across any number of MCPs. Swap to the best toolset for a goal with a tool call. Dynamic tool registration._
## ๐๏ธ How It Works
```
Before: Tool Chaos ๐ต
โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Claude/ โโโโถโ 50+ tools from 8 servers โ
โ Cursor โ โ โ Wrong picks โ
โ โ โ โ Slow decisions โ
โ โ โ โ Confused context โ
โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
After: Expert Mode ๐ฏ
โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ Claude/ โโโโถโ HyperTool โโโโถโ ALL Your Tools โ
โ Cursor โ โ (Local) โ โ (Same servers) โ
โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ
โผ
โโโโโโโโโโโโโโโโโโโ
โ Smart Toolsets โ
โ ๐จ coding (5) โ โ "I'm coding now"
โ ๐ writing (3) โ โ "I'm writing now"
โ ๐ analysis (4) โ โ "I'm analyzing now"
โโโโโโโโโโโโโโโโโโโ
โ
Expert picks every time
```
### What's a "Toolset"? Think Playlists for Your AI
Just like Spotify playlists organize your music, toolsets organize your AI tools:
```
ALL YOUR TOOLS (64 total) YOUR TOOLSETS
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโ
โ ๐ณ Docker (19 tools) โ โ ๐จ "coding" โ
โ โข build_image โ โโโโโถ โ โข git.status โ
โ โข create_container โ โ โ โข git.commit โ
โ โข run_container โ โ โ โข docker.build โ
โ โข stop_container โ โ โ โข docker.run โ
โ โข [... 15 more] โ โ โ โข github.pr โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค โ โโโโโโโโโโโโโโโโโโโโ
โ ๐ Git (12 tools) โโโโโค
โ โข status โ โ โโโโโโโโโโโโโโโโโโโโ
โ โข commit โ โ โ ๐ "writing" โ
โ โข push โ โโโโโถ โ โข notion.create โ
โ โข [... 9 more] โ โ โข slack.send โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค โ โข grammarly.fix โ
โ ๐ Notion (8 tools) โโโโโโโ โโโโโโโโโโโโโโโโโโโโ
โ ๐ฌ Slack (6 tools) โ โ
โ ๐ Linear (10 tools) โ โ โโโโโโโโโโโโโโโโโโโโ
โ ๐งช Testing (9 tools) โ โโโถ โ ๐ "debugging" โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ โข logs.search โ
โ โข docker.logs โ
AI sees ALL 64 tools = confused ๐ต โ โข traces.view โ
โโโโโโโโโโโโโโโโโโโโ
AI sees 3-5 tools = focused ๐ฏ
```
## ๐ผ Real-World Toolsets
Create focused toolsets for different workflows:
### ๐จ Development Mode
```
"deep-coding": git + docker + filesystem (12 tools)
โ Everything you need for feature development
"code-review": git + github + linear (10 tools)
โ Review PRs, update tickets, merge with confidence
"debugging": logs + docker + traces + alerts (8 tools)
โ Find and fix issues fast
```
### ๐ Content Creation
```
"writing": notion + grammarly + slack (6 tools)
โ Blog posts, docs, and team updates
"research": perplexity + notion + filesystem (7 tools)
โ Deep dives with organized notes
```
### ๐ Server Groups (NEW!)
Organize your MCP servers into logical groups for easy management:
```bash
# Create a development group
hypertool-mcp mcp group create development -d "All development servers"
# Add servers to the group
hypertool-mcp mcp group add development git-server docker-server filesystem-server
# Run with a specific group
hypertool-mcp --group development
# List all groups
hypertool-mcp mcp group list
# Show servers in a group
hypertool-mcp mcp group show development
```
Server groups make it easy to:
- ๐ Launch related servers together
- ๐ Organize servers by project or environment
- ๐ Switch between different server configurations
- ๐ฏ Maintain focused tool contexts
### ๐ฌ Real Chat Example
```
You: "I need to debug our API"
AI: "I'll switch to the debugging toolset for better focus"
[Now has: logs, traces, curl, docker]
You: "Actually, let's write the incident report"
AI: "Switching to writing toolset"
[Now has: notion, slack, templates]
```
๐ก **Pro tip**: Start with 3-5 tools per toolset. Your AI will thank you!
## โ FAQ
### General Questions
**Q: How is this different from just using MCP servers directly?**
A: HyperTool lets you use unlimited MCP servers without hitting the 100-tool limit, and dynamically switches between focused toolsets for better AI performance.
**Q: Can I use multiple toolsets at once?**
A: In stdio mode (default), use `--equip-toolset ` when launching. HTTP mode supports one active toolset but you can switch anytime.
**Q: Where are my toolsets stored?**
A: Locally in `~/.toolprint/hypertool-mcp/`. Explore the directory to see your configurations.
### Setup & Compatibility
**Q: Does this work with Claude Desktop / Cursor / Claude Code?**
A: Yes! Cursor has full hot-swapping support. Claude Desktop works with restart. Claude Code [hot-swap coming soon](https://github.com/anthropics/claude-code/issues/411).
**Q: What if an MCP server goes down?**
A: HyperTool monitors health and automatically reconnects when servers come back. Your toolsets stay intact.
**Q: Can I share toolsets with my team?**
A: Import/export is coming soon! For now, you can copy and share toolset files - they'll work if your team has the same MCP servers configured.
### Technical Questions
**Q: How do I add tools from a new MCP server?**
A: Just add the server to your `.mcp.hypertool.json` config. It's automatically available for toolsets.
**Q: Can I use this in production?**
A: Yes! For enterprise support, [contact us](mailto:support@onegrep.dev?subject=HyperTool%20Production%20Use&body=Hi%20team%2C%0A%0AI'm%20interested%20in%20using%20HyperTool%20in%20production.%0A%0ACompany%3A%20%0AUse%20case%3A%20%0AScale%3A%20%0A%0AThanks!).
## ๐ฎ App Compatibility
**Works with ANY MCP-compatible app!** HyperTool is a standard MCP server, so if your app supports MCP, it supports HyperTool.
### Hot-swap Toolsets Without Restarts
| App | Status | How to Switch Toolsets |
|-----|---------|------------------------|
| **Cursor/VSCode** | โ
Full support | Switch toolsets instantly - no restart needed! |
| **Claude Code** | โณ Coming soon | Use `--equip-toolset ` flag ([track progress](https://github.com/anthropics/claude-code/issues/4118)) |
| **Claude Desktop** | โณ In progress | Restart app after switching toolsets |
---
๐ **Learn More**
- ๐ฌ [Research & Performance](guides/RESEARCH.md) - Why focused toolsets work
- ๐ [Advanced Features](guides/ADVANCED.md) - Tool annotations, HTTP mode, CLI
- ๐ง [Troubleshooting](guides/TROUBLESHOOTING.md) - Common issues and solutions
- ๐ [Examples & Recipes](guides/EXAMPLES.md) - Toolset patterns for every workflow
## ๐ ๏ธ Development Setup
### Prerequisites
- Node.js 18+
- Python 3.8+ (for pre-commit hooks)
### Quick Setup
```bash
# Clone and install
git clone https://github.com/toolprint/hypertool-mcp.git
cd hypertool-mcp
just setup-dev # Installs dependencies and pre-commit hooks
```
### Pre-commit Hooks
This project uses pre-commit hooks to ensure code quality:
```bash
# Install pre-commit hooks (included in setup-dev)
just setup-pre-commit
# Run hooks manually
just pre-commit-check # On staged files
just pre-commit-check-all # On all files
# Skip hooks for emergency commits (use sparingly)
SKIP=eslint,typescript git commit -m "emergency fix"
```
### Available Commands
```bash
just build # Build the project
just test # Run tests
just lint # Run linting
just format # Format code
just typecheck # Check types
just pre-publish-checks # Run all quality checks
```
### Service command
The `hypertool-mcp service` subcommand is currently disabled and will exit with a
notification when invoked.
## ๐ค Contributing
Found a bug? Have an idea? We'd love your help!
- ๐ [Report issues](https://github.com/toolprint/hypertool-mcp/issues)
- ๐ก [Share ideas](https://github.com/toolprint/hypertool-mcp/discussions)
- ๐ง [Submit PRs](https://github.com/toolprint/hypertool-mcp/pulls)
## ๐ License
MIT License - see [LICENSE](LICENSE) file for details.
---
**Built by developers who got tired of watching AI pick the wrong tools** ๐ฏ
Built with โค๏ธ by Toolprint
ยฉ 2025 OneGrep, Inc.