-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
Description
Hi, sorry if this is already a feature but I wasn't able to find anything about it.
Functionality:
- Toolhive can read from a config file and instantiate all the MCP servers defined in the file
- Toolhive will optionally write to a config file (assuming secure to do so) when running a new MCP via the existing commands
- The config file can be used to define any other configuration parameters for the MCPs
- The config file is generic enough that it may be used on other machines
Use cases:
- I am setting up a new machine and I want to run the same MCPs as my previous machine
- I want to store the config in my dot files so I can easily reproduce the same configuration
- I want to restore the MCPs I had installed if I need to reinstall/clear Docker (not really sure if this is an issue, correct me if I'm wrong)
nick-terry