MCPVault (Storing different MCP Configs) #329
andrewlayer
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
What would you like to share?
This is a simple CLI tool that allows you to save multiple MCP configs using
mcpv add
. I realized I was deleting and modifying different MCP configs all the time which I could easily just swap in and out. This is a simple key-value map that stores each mcp config with a name and an optional description.Here is the full CLI spec:
mcpv add <path> <name> <description>
- Add a configuration from a filemcpv add "{…config}" --name JobSearch
- Add a configuration from a JSON stringmcpv remove <name>
- Remove a configurationmcpv list
- List all configurationsmcpv cat <name>
- View a configurationFuture Features:
mcpv install {name} —client {client_name}
Relevant Links
https://github.com/andrewlayer/MCPVault
Beta Was this translation helpful? Give feedback.
All reactions